[NTDLL_WINETEST] Add a PCH.
[reactos.git] / modules / rostests / winetests / ntdll / testlist.c
index ae9be8d..989040c 100644 (file)
@@ -17,6 +17,7 @@ extern void func_om(void);
 extern void func_path(void);
 extern void func_pipe(void);
 extern void func_port(void);
+extern void func_process(void);
 extern void func_reg(void);
 extern void func_rtl(void);
 extern void func_rtlbitmap(void);
@@ -42,6 +43,7 @@ const struct test winetest_testlist[] =
     { "path", func_path },
     { "pipe", func_pipe },
     { "port", func_port },
+    { "process", func_process },
     { "reg", func_reg },
     { "rtl", func_rtl },
     { "rtlbitmap", func_rtlbitmap },