* Addendum to r58214.
[reactos.git] / rostests / apitests / powrprof / 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 struct test
11 {
12 const char *name;
13 void (*func)(void);
14 };
15
16 extern void func_power(void);
17
18 const struct test winetest_testlist[] =
19 {
20 { "power", func_power },
21 { 0, 0 }
22 };
23
24 #define WINETEST_WANT_MAIN
25 #include <wine/test.h>