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_cstub(void);
7extern void func_generated(void);
8extern void func_ndr_marshall(void);
9extern void func_rpc(void);
10extern void func_rpc_async(void);
11extern void func_server(void);
12
13const struct test winetest_testlist[] =
14{
15 { "cstub", func_cstub },
16 { "generated", func_generated },
17 { "ndr_marshall", func_ndr_marshall },
18 { "rpc", func_rpc },
19 { "rpc_async", func_rpc_async },
20 { "server", func_server },
21 { 0, 0 }
22};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_generated(void)
void func_ndr_marshall(void)
void func_cstub(void)
void func_server(void)
void func_rpc_async(void)
void func_rpc(void)