[NTDLL_WINETEST]
[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_directory(void);
12 extern void func_env(void);
13 extern void func_error(void);
14 extern void func_exception(void);
15 extern void func_file(void);
16 extern void func_generated(void);
17 extern void func_info(void);
18 extern void func_large_int(void);
19 extern void func_om(void);
20 extern void func_path(void);
21 extern void func_port(void);
22 extern void func_reg(void);
23 extern void func_rtl(void);
24 extern void func_rtlbitmap(void);
25 extern void func_rtlstr(void);
26 extern void func_string(void);
27 extern void func_time(void);
28
29 const struct test winetest_testlist[] =
30 {
31 { "atom", func_atom },
32 { "change", func_change },
33 { "directory", func_directory },
34 { "env", func_env },
35 { "error", func_error },
36 { "exception", func_exception },
37 { "file", func_file },
38 { "generated", func_generated },
39 { "info", func_info },
40 { "large_int", func_large_int },
41 { "om", func_om },
42 { "path", func_path },
43 { "port", func_port },
44 { "reg", func_reg },
45 { "rtl", func_rtl },
46 { "rtlbitmap", func_rtlbitmap },
47 { "rtlstr", func_rtlstr },
48 { "string", func_string },
49 { "time", func_time },
50 { 0, 0 }
51 };