ec81eed5b6290b179b4ae058dc557b28930b8056
[reactos.git] / 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 { "generated", func_generated },
37 { "info", func_info },
38 { "large_int", func_large_int },
39 { "om", func_om },
40 { "path", func_path },
41 { "pipe", func_pipe },
42 { "port", func_port },
43 { "reg", func_reg },
44 { "rtl", func_rtl },
45 { "rtlbitmap", func_rtlbitmap },
46 { "rtlstr", func_rtlstr },
47 { "string", func_string },
48 { "time", func_time },
49 { 0, 0 }
50 };