82f57b5afb3cf38e3323350c21b3bdc630463bab
[reactos.git] / rostests / apitests / spoolss / testlist.c
1 /*
2 * PROJECT: ReactOS Print Spooler Router API Tests
3 * LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
4 * PURPOSE: Test list
5 * COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
6 */
7
8 #define __ROS_LONG64__
9
10 #define STANDALONE
11 #include <apitest.h>
12
13 extern void func_PackStrings(void);
14 extern void func_ReallocSplStr(void);
15 extern void func_SplInitializeWinSpoolDrv(void);
16
17 const struct test winetest_testlist[] =
18 {
19 { "PackStrings", func_PackStrings },
20 { "ReallocSplStr", func_ReallocSplStr },
21 { "SplInitializeWinSpoolDrv", func_SplInitializeWinSpoolDrv },
22
23 { 0, 0 }
24 };