ReactOS 0.4.15-dev-8434-g155a7c7
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_domdoc(void);
7extern void func_httpreq(void);
8extern void func_saxreader(void);
9extern void func_schema(void);
10extern void func_xmldoc(void);
11extern void func_xmlparser(void);
12extern void func_xmlview(void);
13
14const struct test winetest_testlist[] =
15{
16 { "domdoc", func_domdoc },
17 { "httpreq", func_httpreq },
18 { "saxreader", func_saxreader },
19 { "schema", func_schema },
20 { "xmldoc", func_xmldoc },
21 { "xmlparser", func_xmlparser },
22 { "xmlview", func_xmlview },
23 { 0, 0 }
24};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_xmlview(void)
void func_xmldoc(void)
void func_httpreq(void)
void func_domdoc(void)
void func_schema(void)
void func_saxreader(void)
void func_xmlparser(void)