mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
19 lines
402 B
C
19 lines
402 B
C
/* Automatically generated by make depend; DO NOT EDIT!! */
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_asm(void);
|
|
extern void func_blob(void);
|
|
extern void func_hlsl(void);
|
|
extern void func_reflection(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "asm", func_asm },
|
|
{ "blob", func_blob },
|
|
{ "hlsl", func_hlsl },
|
|
{ "reflection", func_reflection },
|
|
{ 0, 0 }
|
|
};
|