ReactOS 0.4.15-dev-7953-g1f49173
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_imalloc(void);
7extern void func_prop(void);
8extern void func_util(void);
9
10const struct test winetest_testlist[] =
11{
12 { "imalloc", func_imalloc },
13 { "prop", func_prop },
14 { "util", func_util },
15 { 0, 0 }
16};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_util(void)
void func_imalloc(void)
void func_prop(void)