ReactOS 0.4.15-dev-7958-gcd0bb1a
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_container(void);
7extern void func_provider(void);
8
9const struct test winetest_testlist[] =
10{
11 { "container", func_container },
12 { "provider", func_provider },
13 { 0, 0 }
14};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_container(void)
void func_provider(void)