Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / modules / rostests / winetests / wscript / testlist.c
diff --git a/modules/rostests/winetests/wscript/testlist.c b/modules/rostests/winetests/wscript/testlist.c
new file mode 100644 (file)
index 0000000..8cb12d1
--- /dev/null
@@ -0,0 +1,12 @@
+/* Automatically generated by make depend; DO NOT EDIT!! */
+
+#define STANDALONE
+#include <wine/test.h>
+
+extern void func_run(void);
+
+const struct test winetest_testlist[] =
+{
+    { "run", func_run },
+    { 0, 0 }
+};