ReactOS 0.4.15-dev-7958-gcd0bb1a
testlist.c
Go to the documentation of this file.
1/* Automatically generated by make depend; DO NOT EDIT!! */
2
3#define STANDALONE
4#include <wine/test.h>
5
6extern void func_asm(void);
7extern void func_core(void);
8extern void func_effect(void);
9extern void func_line(void);
10extern void func_math(void);
11extern void func_mesh(void);
12extern void func_shader(void);
13extern void func_surface(void);
14extern void func_texture(void);
15extern void func_volume(void);
16extern void func_xfile(void);
17
18const struct test winetest_testlist[] =
19{
20 { "asm", func_asm },
21 { "core", func_core },
22 { "effect", func_effect },
23 { "line", func_line },
24 { "math", func_math },
25 { "mesh", func_mesh },
26 { "shader", func_shader },
27 { "surface", func_surface },
28 { "texture", func_texture },
29 { "volume", func_volume },
30 { "xfile", func_xfile },
31 { 0, 0 }
32};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_asm(void)
void func_volume(void)
void func_line(void)
void func_effect(void)
void func_xfile(void)
void func_math(void)
void func_surface(void)
void func_texture(void)
void func_mesh(void)
void func_core(void)
void func_shader(void)