[REACTOS]
[reactos.git] / rostests / apitests / msvcrt / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_CommandLine(void);
7 extern void func_ieee(void);
8 extern void func_splitpath(void);
9
10 const struct test winetest_testlist[] =
11 {
12 { "CommandLine", func_CommandLine },
13 { "ieee", func_ieee },
14 { "splitpath", func_splitpath },
15
16 { 0, 0 }
17 };