Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / modules / rostests / apitests / com / testlist.c
diff --git a/modules/rostests/apitests/com/testlist.c b/modules/rostests/apitests/com/testlist.c
new file mode 100644 (file)
index 0000000..0311e25
--- /dev/null
@@ -0,0 +1,27 @@
+#define __ROS_LONG64__
+
+#define STANDALONE
+#include <apitest.h>
+
+extern void func_browseui(void);
+extern void func_ieframe(void);
+extern void func_interfaces(void);
+extern void func_netcfgx(void);
+extern void func_netshell(void);
+extern void func_ole32(void);
+extern void func_shdocvw(void);
+extern void func_shell32(void);
+
+const struct test winetest_testlist[] =
+{
+    { "browseui", func_browseui },
+    { "ieframe", func_ieframe },
+    { "interfaces", func_interfaces },
+    { "netcfgx", func_netcfgx },
+    { "netshell", func_netshell },
+    { "ole32", func_ole32 },
+    { "shdocvw", func_shdocvw },
+    { "shell32", func_shell32 },
+
+    { 0, 0 }
+};