[ROSTESTS:APITESTS]
[reactos.git] / rostests / apitests / com / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_browseui(void);
7 extern void func_ieframe(void);
8 extern void func_shdocvw(void);
9 extern void func_shell32(void);
10
11 const struct test winetest_testlist[] =
12 {
13 { "browseui", func_browseui },
14 { "ieframe", func_ieframe },
15 { "shdocvw", func_shdocvw },
16 { "shell32", func_shell32 },
17
18 { 0, 0 }
19 };