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