started added test for InitializeLpkHooks
[reactos.git] / rostests / apitests / user32api / testlist.c
index ce0d337..a3e148d 100644 (file)
@@ -6,6 +6,7 @@
 #include "user32api.h"\r
 \r
 /* include the tests */\r
+#include "tests/InitializeLpkHooks.c"\r
 #include "tests/ScrollDC.c"\r
 #include "tests/ScrollWindowEx.c"\r
 #include "tests/RealGetWindowClass.c"\r
@@ -13,6 +14,7 @@
 /* The List of tests */\r
 TESTENTRY TestList[] =\r
 {\r
+    { L"InitializeLpkHooks", Test_InitializeLpkHooks },\r
     { L"ScrollDC", Test_ScrollDC },\r
     { L"ScrollWindowEx", Test_ScrollWindowEx },\r
     { L"RealGetWindowClass", Test_RealGetWindowClass },\r