ReactOS 0.4.15-dev-7918-g2a2556c
testlist.c
Go to the documentation of this file.
1/* Automatically generated file; DO NOT EDIT!! */
2
3#define STANDALONE
4#include <wine/test.h>
5
6extern void func_info(void);
7extern void func_install(void);
8
9const struct test winetest_testlist[] =
10{
11 { "info", func_info },
12 { "install", func_install },
13 { 0, 0 }
14};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_info(void)
void func_install(void)