[FASTFAT]
[reactos.git] / rostests / apitests / user32api / testlist.c
index a76a7d3..0dc0513 100644 (file)
@@ -6,6 +6,7 @@
 #include "user32api.h"
 
 /* include the tests */
+#include "tests/GetSystemMetrics.c"
 #include "tests/InitializeLpkHooks.c"
 #include "tests/ScrollDC.c"
 #include "tests/ScrollWindowEx.c"
@@ -14,6 +15,7 @@
 /* The List of tests */
 TESTENTRY TestList[] =
 {
+    { L"GetSystemMetrics", Test_GetSystemMetrics },
     { L"InitializeLpkHooks", Test_InitializeLpkHooks },
     { L"ScrollDC", Test_ScrollDC },
     { L"ScrollWindowEx", Test_ScrollWindowEx },