ae9be8da0e96345b3d33b4afc6d200d323302ba3
[reactos.git] / modules / rostests / winetests / ntdll / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_atom(void);
7 extern void func_change(void);
8 extern void func_directory(void);
9 extern void func_env(void);
10 extern void func_error(void);
11 extern void func_exception(void);
12 extern void func_file(void);
13 extern void func_generated(void);
14 extern void func_info(void);
15 extern void func_large_int(void);
16 extern void func_om(void);
17 extern void func_path(void);
18 extern void func_pipe(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 { "directory", func_directory },
32 { "env", func_env },
33 { "error", func_error },
34 { "exception", func_exception },
35 { "file", func_file },
36 #ifdef _M_IX86
37 { "generated", func_generated },
38 #endif
39 { "info", func_info },
40 { "large_int", func_large_int },
41 { "om", func_om },
42 { "path", func_path },
43 { "pipe", func_pipe },
44 { "port", func_port },
45 { "reg", func_reg },
46 { "rtl", func_rtl },
47 { "rtlbitmap", func_rtlbitmap },
48 { "rtlstr", func_rtlstr },
49 { "string", func_string },
50 { "time", func_time },
51 { 0, 0 }
52 };