Add some tests for GetTextExtentExPoint. Dedicated to Pigglesworth
[reactos.git] / rostests / apitests / gdi32api / testlist.c
index d38c267..d1f573a 100644 (file)
@@ -6,8 +6,10 @@
 /* include the tests */
 #include "tests/AddFontResource.c"
 #include "tests/AddFontResourceEx.c"
+#include "tests/BeginPath.c"
 #include "tests/CreateBitmapIndirect.c"
 #include "tests/CreateCompatibleDC.c"
+#include "tests/CreateFontIndirect.c"
 #include "tests/CreateFont.c"
 #include "tests/CreatePen.c"
 #include "tests/CreateRectRgn.c"
 #include "tests/GetDIBits.c"
 #include "tests/GetObject.c"
 #include "tests/GetStockObject.c"
+#include "tests/GetTextExtentExPoint.c"
+#include "tests/GetTextFace.c"
 #include "tests/SelectObject.c"
 #include "tests/SetDCPenColor.c"
+#include "tests/SetMapMode.c"
 #include "tests/SetSysColors.c"
+#include "tests/SetWindowExtEx.c"
 #include "tests/SetWorldTransform.c"
 
 
-
-
-
-
-
-
-
-
 /* The List of tests */
 TESTENTRY TestList[] =
 {
        { L"AddFontResourceA", Test_AddFontResourceA },
        { L"AddFontResourceEx", Test_AddFontResourceEx },
+       { L"BeginPath", Test_BeginPath },
        { L"CreateBitmapIndirect", Test_CreateBitmapIndirect },
        { L"CreateCompatibleDC", Test_CreateCompatibleDC },
+       { L"CreateFontIndirect", Test_CreateFontIndirect },
        { L"CreateFont", Test_CreateFont },
        { L"CreatePen", Test_CreatePen },
        { L"EngCreateSemaphore", Test_EngCreateSemaphore },
@@ -79,9 +79,13 @@ TESTENTRY TestList[] =
        { L"GetDIBits", Test_GetDIBits },
        { L"GetObject", Test_GetObject },
        { L"GetStockObject", Test_GetStockObject },
+       { L"GetTextExtentExPoint", Test_GetTextExtentExPoint },
+       { L"GetTextFace", Test_GetTextFace },
        { L"SelectObject", Test_SelectObject },
        { L"SetDCPenColor", Test_SetDCPenColor },
+       { L"SetMapMode", Test_SetMapMode },
        { L"SetSysColors", Test_SetSysColors },
+       { L"SetWindowExtEx", Test_SetWindowExtEx },
        { L"SetWorldTransform", Test_SetWorldTransform },
 };