Set svn:eol-style "native" for all apitest stuff
[reactos.git] / rostests / apitests / w32knapi / testlist.c
index aff2d37..987f903 100644 (file)
-#include "w32knapi.h"\r
-\r
-/* include the tests */\r
-\r
-#include "ntdd/NtGdiDdCreateDirectDrawObject.c"\r
-#include "ntdd/NtGdiDdDeleteDirectDrawObject.c"\r
-#include "ntdd/NtGdiDdQueryDirectDrawObject.c"\r
-\r
-#include "ntgdi/NtGdiArcInternal.c"\r
-#include "ntgdi/NtGdiBitBlt.c"\r
-#include "ntgdi/NtGdiCreateBitmap.c"\r
-#include "ntgdi/NtGdiCreateCompatibleBitmap.c"\r
-#include "ntgdi/NtGdiDoPalette.c"\r
-#include "ntgdi/NtGdiEngCreatePalette.c"\r
-//#include "ntgdi/NtGdiEnumFontChunk.c"\r
-#include "ntgdi/NtGdiEnumFontOpen.c"\r
-#include "ntgdi/NtGdiGetBitmapBits.c"\r
-#include "ntgdi/NtGdiGetFontResourceInfoInternalW.c"\r
-#include "ntgdi/NtGdiGetRandomRgn.c"\r
-#include "ntgdi/NtGdiSelectBitmap.c"\r
-#include "ntgdi/NtGdiSelectBrush.c"\r
-#include "ntgdi/NtGdiSelectFont.c"\r
-#include "ntgdi/NtGdiSelectPen.c"\r
-#include "ntgdi/NtGdiSetBitmapBits.c"\r
-#include "ntgdi/NtGdiSetDIBitsToDeviceInternal.c"\r
-//#include "ntgdi/NtGdiSTROBJ_vEnumStart.c"\r
-#include "ntgdi/NtGdiGetDIBits.c"\r
-#include "ntgdi/NtGdiGetStockObject.c"\r
-\r
-#include "ntuser/NtUserCallHwnd.c"\r
-#include "ntuser/NtUserCallHwndLock.c"\r
-#include "ntuser/NtUserCallHwndOpt.c"\r
-#include "ntuser/NtUserCallHwndParam.c"\r
-#include "ntuser/NtUserCallHwndParamLock.c"\r
-#include "ntuser/NtUserCallNoParam.c"\r
-#include "ntuser/NtUserCallOneParam.c"\r
-#include "ntuser/NtUserCountClipboardFormats.c"\r
-//#include "ntuser/NtUserCreateWindowEx.c"\r
-#include "ntuser/NtUserEnumDisplaySettings.c"\r
-#include "ntuser/NtUserFindExistingCursorIcon.c"\r
-#include "ntuser/NtUserRedrawWindow.c"\r
-#include "ntuser/NtUserScrollDC.c"\r
-#include "ntuser/NtUserSystemParametersInfo.c"\r
-#include "ntuser/NtUserToUnicodeEx.c"\r
-#include "ntuser/NtUserGetTitleBarInfo.c"\r
-\r
-/* The List of tests */\r
-TESTENTRY TestList[] =\r
-{\r
-       /* DirectDraw */\r
-       { L"NtGdiDdCreateDirectDrawObject", Test_NtGdiDdCreateDirectDrawObject },\r
-       { L"NtGdiDdQueryDirectDrawObject", Test_NtGdiDdQueryDirectDrawObject },\r
-       { L"NtGdiDdDeleteDirectDrawObject", Test_NtGdiDdDeleteDirectDrawObject },\r
-\r
-       /* ntgdi */\r
-       { L"NtGdiArcInternal", Test_NtGdiArcInternal },\r
-       { L"NtGdiBitBlt", Test_NtGdiBitBlt },\r
-       { L"NtGdiCreateBitmap", Test_NtGdiCreateBitmap },\r
-       { L"NtGdiCreateCompatibleBitmap", Test_NtGdiCreateCompatibleBitmap },\r
-       { L"NtGdiDoPalette", Test_NtGdiDoPalette },\r
-       { L"NtGdiEngCreatePalette", Test_NtGdiEngCreatePalette },\r
-//     { L"NtGdiEnumFontChunk", Test_NtGdiEnumFontChunk },\r
-       { L"NtGdiEnumFontOpen", Test_NtGdiEnumFontOpen },\r
-       { L"NtGdiGetBitmapBits", Test_NtGdiGetBitmapBits },\r
-       { L"NtGdiGetFontResourceInfoInternalW", Test_NtGdiGetFontResourceInfoInternalW },\r
-       { L"NtGdiGetRandomRgn", Test_NtGdiGetRandomRgn },\r
-       { L"NtGdiSetBitmapBits", Test_NtGdiSetBitmapBits },\r
-       { L"NtGdiSetDIBitsToDeviceInternal", Test_NtGdiSetDIBitsToDeviceInternal },\r
-       { L"NtGdiSelectBitmap", Test_NtGdiSelectBitmap },\r
-       { L"NtGdiSelectBrush", Test_NtGdiSelectBrush },\r
-       { L"NtGdiSelectFont", Test_NtGdiSelectFont },\r
-       { L"NtGdiSelectPen", Test_NtGdiSelectPen },\r
-//     { L"NtGdiSTROBJ_vEnumStart", Test_NtGdiSTROBJ_vEnumStart },\r
-       { L"NtGdiGetDIBitsInternal", Test_NtGdiGetDIBitsInternal },\r
-       { L"NtGdiGetStockObject", Test_NtGdiGetStockObject },\r
-\r
-       /* ntuser */\r
-       { L"NtUserCallHwnd", Test_NtUserCallHwnd },\r
-       { L"NtUserCallHwndLock", Test_NtUserCallHwndLock },\r
-       { L"NtUserCallHwndOpt", Test_NtUserCallHwndOpt },\r
-       { L"NtUserCallHwndParam", Test_NtUserCallHwndParam },\r
-       { L"NtUserCallHwndParamLock", Test_NtUserCallHwndParamLock },\r
-       { L"NtUserCallNoParam", Test_NtUserCallNoParam },\r
-       { L"NtUserCallOneParam", Test_NtUserCallOneParam },\r
-       { L"NtUserCountClipboardFormats", Test_NtUserCountClipboardFormats },\r
-//     { L"NtUserCreateWindowEx", Test_NtUserCreateWindowEx },\r
-       { L"NtUserEnumDisplaySettings", TEST_NtUserEnumDisplaySettings },\r
-       { L"NtUserFindExistingCursorIcon", Test_NtUserFindExistingCursoricon },\r
-       { L"NtUserRedrawWindow", Test_NtUserRedrawWindow },\r
-       { L"NtUserScrollDC", Test_NtUserScrollDC },\r
-       { L"NtUserSystemParametersInfo", Test_NtUserSystemParametersInfo },\r
-       { L"NtUserToUnicodeEx", Test_NtUserToUnicodeEx },\r
-       { L"NtUserGetTitleBarInfo", Test_NtUserGetTitleBarInfo }\r
-};\r
-\r
-/* The function that gives us the number of tests */\r
-INT NumTests(void)\r
-{\r
-       return sizeof(TestList) / sizeof(TESTENTRY);\r
-}\r
-\r
-\r
+#include "w32knapi.h"
+
+/* include the tests */
+
+#include "ntdd/NtGdiDdCreateDirectDrawObject.c"
+#include "ntdd/NtGdiDdDeleteDirectDrawObject.c"
+#include "ntdd/NtGdiDdQueryDirectDrawObject.c"
+
+#include "ntgdi/NtGdiArcInternal.c"
+#include "ntgdi/NtGdiBitBlt.c"
+#include "ntgdi/NtGdiCreateBitmap.c"
+#include "ntgdi/NtGdiCreateCompatibleBitmap.c"
+#include "ntgdi/NtGdiDoPalette.c"
+#include "ntgdi/NtGdiEngCreatePalette.c"
+//#include "ntgdi/NtGdiEnumFontChunk.c"
+#include "ntgdi/NtGdiEnumFontOpen.c"
+#include "ntgdi/NtGdiGetBitmapBits.c"
+#include "ntgdi/NtGdiGetFontResourceInfoInternalW.c"
+#include "ntgdi/NtGdiGetRandomRgn.c"
+#include "ntgdi/NtGdiSelectBitmap.c"
+#include "ntgdi/NtGdiSelectBrush.c"
+#include "ntgdi/NtGdiSelectFont.c"
+#include "ntgdi/NtGdiSelectPen.c"
+#include "ntgdi/NtGdiSetBitmapBits.c"
+#include "ntgdi/NtGdiSetDIBitsToDeviceInternal.c"
+//#include "ntgdi/NtGdiSTROBJ_vEnumStart.c"
+#include "ntgdi/NtGdiGetDIBits.c"
+#include "ntgdi/NtGdiGetStockObject.c"
+
+#include "ntuser/NtUserCallHwnd.c"
+#include "ntuser/NtUserCallHwndLock.c"
+#include "ntuser/NtUserCallHwndOpt.c"
+#include "ntuser/NtUserCallHwndParam.c"
+#include "ntuser/NtUserCallHwndParamLock.c"
+#include "ntuser/NtUserCallNoParam.c"
+#include "ntuser/NtUserCallOneParam.c"
+#include "ntuser/NtUserCountClipboardFormats.c"
+//#include "ntuser/NtUserCreateWindowEx.c"
+#include "ntuser/NtUserEnumDisplaySettings.c"
+#include "ntuser/NtUserFindExistingCursorIcon.c"
+#include "ntuser/NtUserRedrawWindow.c"
+#include "ntuser/NtUserScrollDC.c"
+#include "ntuser/NtUserSystemParametersInfo.c"
+#include "ntuser/NtUserToUnicodeEx.c"
+#include "ntuser/NtUserGetTitleBarInfo.c"
+
+/* The List of tests */
+TESTENTRY TestList[] =
+{
+       /* DirectDraw */
+       { L"NtGdiDdCreateDirectDrawObject", Test_NtGdiDdCreateDirectDrawObject },
+       { L"NtGdiDdQueryDirectDrawObject", Test_NtGdiDdQueryDirectDrawObject },
+       { L"NtGdiDdDeleteDirectDrawObject", Test_NtGdiDdDeleteDirectDrawObject },
+
+       /* ntgdi */
+       { L"NtGdiArcInternal", Test_NtGdiArcInternal },
+       { L"NtGdiBitBlt", Test_NtGdiBitBlt },
+       { L"NtGdiCreateBitmap", Test_NtGdiCreateBitmap },
+       { L"NtGdiCreateCompatibleBitmap", Test_NtGdiCreateCompatibleBitmap },
+       { L"NtGdiDoPalette", Test_NtGdiDoPalette },
+       { L"NtGdiEngCreatePalette", Test_NtGdiEngCreatePalette },
+//     { L"NtGdiEnumFontChunk", Test_NtGdiEnumFontChunk },
+       { L"NtGdiEnumFontOpen", Test_NtGdiEnumFontOpen },
+       { L"NtGdiGetBitmapBits", Test_NtGdiGetBitmapBits },
+       { L"NtGdiGetFontResourceInfoInternalW", Test_NtGdiGetFontResourceInfoInternalW },
+       { L"NtGdiGetRandomRgn", Test_NtGdiGetRandomRgn },
+       { L"NtGdiSetBitmapBits", Test_NtGdiSetBitmapBits },
+       { L"NtGdiSetDIBitsToDeviceInternal", Test_NtGdiSetDIBitsToDeviceInternal },
+       { L"NtGdiSelectBitmap", Test_NtGdiSelectBitmap },
+       { L"NtGdiSelectBrush", Test_NtGdiSelectBrush },
+       { L"NtGdiSelectFont", Test_NtGdiSelectFont },
+       { L"NtGdiSelectPen", Test_NtGdiSelectPen },
+//     { L"NtGdiSTROBJ_vEnumStart", Test_NtGdiSTROBJ_vEnumStart },
+       { L"NtGdiGetDIBitsInternal", Test_NtGdiGetDIBitsInternal },
+       { L"NtGdiGetStockObject", Test_NtGdiGetStockObject },
+
+       /* ntuser */
+       { L"NtUserCallHwnd", Test_NtUserCallHwnd },
+       { L"NtUserCallHwndLock", Test_NtUserCallHwndLock },
+       { L"NtUserCallHwndOpt", Test_NtUserCallHwndOpt },
+       { L"NtUserCallHwndParam", Test_NtUserCallHwndParam },
+       { L"NtUserCallHwndParamLock", Test_NtUserCallHwndParamLock },
+       { L"NtUserCallNoParam", Test_NtUserCallNoParam },
+       { L"NtUserCallOneParam", Test_NtUserCallOneParam },
+       { L"NtUserCountClipboardFormats", Test_NtUserCountClipboardFormats },
+//     { L"NtUserCreateWindowEx", Test_NtUserCreateWindowEx },
+       { L"NtUserEnumDisplaySettings", TEST_NtUserEnumDisplaySettings },
+       { L"NtUserFindExistingCursorIcon", Test_NtUserFindExistingCursoricon },
+       { L"NtUserRedrawWindow", Test_NtUserRedrawWindow },
+       { L"NtUserScrollDC", Test_NtUserScrollDC },
+       { L"NtUserSystemParametersInfo", Test_NtUserSystemParametersInfo },
+       { L"NtUserToUnicodeEx", Test_NtUserToUnicodeEx },
+       { L"NtUserGetTitleBarInfo", Test_NtUserGetTitleBarInfo }
+};
+
+/* The function that gives us the number of tests */
+INT NumTests(void)
+{
+       return sizeof(TestList) / sizeof(TESTENTRY);
+}
+
+