Move and reshuffle reactos/regtetsts into rostests. 1/2
[reactos.git] / rostests / winetests / ntdll / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define WIN32_LEAN_AND_MEAN
4 #include <windows.h>
5
6 #define STANDALONE
7 #include "wine/test.h"
8
9 extern void func_atom(void);
10 extern void func_change(void);
11 extern void func_env(void);
12 extern void func_error(void);
13 extern void func_exception(void);
14 extern void func_generated(void);
15 extern void func_info(void);
16 extern void func_large_int(void);
17 extern void func_om(void);
18 extern void func_path(void);
19 extern void func_port(void);
20 extern void func_reg(void);
21 extern void func_rtl(void);
22 extern void func_rtlbitmap(void);
23 extern void func_rtlstr(void);
24 extern void func_string(void);
25 extern void func_time(void);
26
27 const struct test winetest_testlist[] =
28 {
29 { "atom", func_atom },
30 { "change", func_change },
31 { "env", func_env },
32 { "error", func_error },
33 { "exception", func_exception },
34 // { "generated", func_generated },
35 { "info", func_info },
36 { "large_int", func_large_int },
37 { "om", func_om },
38 { "path", func_path },
39 { "port", func_port },
40 { "reg", func_reg },
41 { "rtl", func_rtl },
42 { "rtlbitmap", func_rtlbitmap },
43 { "rtlstr", func_rtlstr },
44 { "string", func_string },
45 { "time", func_time },
46 { 0, 0 }
47 };