[KERNEL32_WINETEST]
[reactos.git] / rostests / winetests / kernel32 / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include "wine/test.h"
5
6 #include <stdarg.h>
7 #include <stdio.h>
8 #include <stdlib.h>
9 #include "windef.h"
10 #include "winbase.h"
11 #include <windows.h>
12
13 extern void func_actctx(void);
14 extern void func_alloc(void);
15 extern void func_atom(void);
16 extern void func_change(void);
17 extern void func_codepage(void);
18 extern void func_comm(void);
19 extern void func_console(void);
20 extern void func_directory(void);
21 extern void func_drive(void);
22 extern void func_environ(void);
23 extern void func_fiber(void);
24 extern void func_file(void);
25 extern void func_format_msg(void);
26 extern void func_heap(void);
27 extern void func_interlck(void);
28 extern void func_locale(void);
29 extern void func_loader(void);
30 extern void func_module(void);
31 extern void func_mailslot(void);
32 extern void func_path(void);
33 extern void func_pipe(void);
34 extern void func_process(void);
35 extern void func_profile(void);
36 extern void func_resource(void);
37 extern void func_sync(void);
38 extern void func_thread(void);
39 extern void func_time(void);
40 extern void func_timer(void);
41 extern void func_toolhelp(void);
42 extern void func_virtual(void);
43 extern void func_version(void);
44 extern void func_volume(void);
45 extern void func_dosdev(void);
46
47 const struct test winetest_testlist[] =
48 {
49 { "actctx", func_actctx },
50 { "alloc", func_alloc },
51 { "atom", func_atom },
52 { "change", func_change },
53 { "codepage", func_codepage },
54 { "comm", func_comm },
55 { "console", func_console },
56 //{ "debbuger", func_debbuger },
57 { "directory", func_directory },
58 { "drive", func_drive },
59 { "environ", func_environ },
60 { "fiber", func_fiber },
61 { "file", func_file },
62 { "format_msg", func_format_msg },
63 { "heap", func_heap },
64 { "interlck", func_interlck },
65 { "loader", func_loader },
66 { "locale", func_locale },
67 { "module", func_module },
68 { "mailslot", func_mailslot },
69 { "path", func_path },
70 { "pipe", func_pipe },
71 { "process", func_process },
72 { "profile", func_profile },
73 { "resource", func_resource },
74 { "sync", func_sync },
75 { "thread", func_thread },
76 { "time", func_time },
77 { "timer", func_timer },
78 { "toolhelp", func_toolhelp },
79 { "virtual", func_virtual },
80 { "version", func_version },
81 { "volume", func_volume },
82 { "dosdev", func_dosdev },
83 { 0, 0 }
84 };
85
86