scroll mode for very long start menus
[reactos.git] / reactos / apps / tests / kernel32 / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #include <stdarg.h>
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include "windef.h"
7 #include "winbase.h"
8
9 #if 0
10 extern void func_alloc(void);
11 #endif
12 extern void func_atom(void);
13 extern void func_change(void);
14 extern void func_codepage(void);
15 extern void func_comm(void);
16 extern void func_console(void);
17 extern void func_directory(void);
18 extern void func_drive(void);
19 extern void func_environ(void);
20 extern void func_file(void);
21 extern void func_format_msg(void);
22 extern void func_heap(void);
23 extern void func_locale(void);
24 extern void func_mailslot(void);
25 extern void func_path(void);
26 extern void func_pipe(void);
27 extern void func_process(void);
28 extern void func_profile(void);
29 extern void func_thread(void);
30 extern void func_virtual(void);
31
32 struct test
33 {
34 const char *name;
35 void (*func)(void);
36 };
37
38 static const struct test winetest_testlist[] =
39 {
40 #if 0
41 { "alloc", func_alloc },
42 #endif
43 { "atom", func_atom },
44 { "change", func_change },
45 { "codepage", func_codepage },
46 { "comm", func_comm },
47 { "console", func_console },
48 { "directory", func_directory },
49 { "drive", func_drive },
50 { "environ", func_environ },
51 { "file", func_file },
52 { "format_msg", func_format_msg },
53 { "heap", func_heap },
54 { "locale", func_locale },
55 { "mailslot", func_mailslot },
56 { "path", func_path },
57 { "pipe", func_pipe },
58 { "process", func_process },
59 { "profile", func_profile },
60 { "thread", func_thread },
61 { "virtual", func_virtual },
62 { 0, 0 }
63 };
64
65 #define WINETEST_WANT_MAIN
66 #include "wine/test.h"