[SPOOLSS]
[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
15 const struct test winetest_testlist[] =
16 {
17 { "PackStrings", func_PackStrings },
18
19 { 0, 0 }
20 };