Reactos
at master 56 lines 1.5 kB view raw
1/* Automatically generated file; DO NOT EDIT!! */ 2 3#define STANDALONE 4#include <wine/test.h> 5 6extern void func_atom(void); 7extern void func_change(void); 8extern void func_directory(void); 9extern void func_env(void); 10extern void func_error(void); 11extern void func_exception(void); 12extern void func_file(void); 13extern void func_generated(void); 14extern void func_info(void); 15extern void func_large_int(void); 16extern void func_om(void); 17extern void func_path(void); 18extern void func_pipe(void); 19extern void func_port(void); 20extern void func_process(void); 21extern void func_reg(void); 22extern void func_rtl(void); 23extern void func_rtlbitmap(void); 24extern void func_rtlstr(void); 25extern void func_string(void); 26extern void func_threadpool(void); 27extern void func_time(void); 28 29const 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#ifdef _M_IX86 39 { "generated", func_generated }, 40#endif 41 { "info", func_info }, 42 { "large_int", func_large_int }, 43 { "om", func_om }, 44 { "path", func_path }, 45 { "pipe", func_pipe }, 46 { "port", func_port }, 47 { "process", func_process }, 48 { "reg", func_reg }, 49 { "rtl", func_rtl }, 50 { "rtlbitmap", func_rtlbitmap }, 51 { "rtlstr", func_rtlstr }, 52 { "string", func_string }, 53 { "threadpool", func_threadpool}, 54 { "time", func_time }, 55 { 0, 0 } 56};