[SHELL32_APITEST] Follow-up to #6796 (25e2f5f)
[reactos.git] / modules / rostests / winetests / jscript / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_activex(void);
7 extern void func_caller(void);
8 extern void func_jscript(void);
9 extern void func_run(void);
10
11 const struct test winetest_testlist[] =
12 {
13 { "activex", func_activex },
14 { "caller", func_caller },
15 { "jscript", func_jscript },
16 { "run", func_run },
17 { 0, 0 }
18 };