Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / modules / rostests / apitests / appshim / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_dispmode(void);
7 extern void func_genral_hooks(void);
8 extern void func_layer_hooks(void);
9 extern void func_versionlie(void);
10
11 const struct test winetest_testlist[] =
12 {
13 { "dispmode", func_dispmode },
14 { "genral_hooks", func_genral_hooks },
15 { "layer_hooks", func_layer_hooks },
16 { "versionlie", func_versionlie },
17 { 0, 0 }
18 };