1 /* Automatically generated by make depend; DO NOT EDIT!! */
2 
3 #define STANDALONE
4 #include <wine/test.h>
5 
6 extern void func_asm(void);
7 extern void func_blob(void);
8 extern void func_hlsl(void);
9 extern void func_reflection(void);
10 
11 const struct test winetest_testlist[] =
12 {
13     { "asm", func_asm },
14     { "blob", func_blob },
15     { "hlsl", func_hlsl },
16     { "reflection", func_reflection },
17     { 0, 0 }
18 };
19