Adding a text file call notes.txt it is some werid thing I have have not yet figout...
[reactos.git] / rostests / apitests / gdi32api / testlist.c
index 67807b6..a21e9d2 100644 (file)
@@ -4,6 +4,7 @@
 #include "gdi32api.h"\r
 \r
 /* include the tests */\r
+#include "tests/AddFontResource.c"\r
 #include "tests/AddFontResourceEx.c"\r
 #include "tests/CreateCompatibleDC.c"\r
 #include "tests/CreateFont.c"\r
@@ -22,6 +23,7 @@
 /* The List of tests */\r
 TESTENTRY TestList[] =\r
 {\r
+       { L"AddFontResourceA", Test_AddFontResourceA },\r
        { L"AddFontResourceEx", Test_AddFontResourceEx },\r
        { L"CreateCompatibleDC", Test_CreateCompatibleDC },\r
        { L"CreateFont", Test_CreateFont },\r