also actually rename the files...
[reactos.git] / reactos / regtests / winetests / shlwapi / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 /* stdarg.h is needed for Winelib */
4 #include <stdarg.h>
5 #include <stdio.h>
6 #include <stdlib.h>
7 #include "windef.h"
8 #include "winbase.h"
9
10 extern void func_clist(void);
11 extern void func_ordinal(void);
12 extern void func_path(void);
13 extern void func_shreg(void);
14 extern void func_string(void);
15
16 struct test
17 {
18 const char *name;
19 void (*func)(void);
20 };
21
22 const struct test winetest_testlist[] =
23 {
24 { "clist", func_clist },
25 { "ordinal", func_ordinal },
26 { "shreg", func_shreg },
27 { "string", func_string },
28 { 0, 0 }
29 };
30
31 #define WINETEST_WANT_MAIN
32 #include "wine/test.h"