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_process(void); 21 extern void func_reg(void); 22 extern void func_rtl(void); 23 extern void func_rtlbitmap(void); 24 extern void func_rtlstr(void); 25 extern void func_string(void); 26 extern void func_time(void); 27 28 const struct test winetest_testlist[] = 29 { 30 { "atom", func_atom }, 31 { "change", func_change }, 32 { "directory", func_directory }, 33 { "env", func_env }, 34 { "error", func_error }, 35 { "exception", func_exception }, 36 { "file", func_file }, 37 #ifdef _M_IX86 38 { "generated", func_generated }, 39 #endif 40 { "info", func_info }, 41 { "large_int", func_large_int }, 42 { "om", func_om }, 43 { "path", func_path }, 44 { "pipe", func_pipe }, 45 { "port", func_port }, 46 { "process", func_process }, 47 { "reg", func_reg }, 48 { "rtl", func_rtl }, 49 { "rtlbitmap", func_rtlbitmap }, 50 { "rtlstr", func_rtlstr }, 51 { "string", func_string }, 52 { "time", func_time }, 53 { 0, 0 } 54 }; 55