ReactOS
0.4.16-dev-1946-g52006dd
testlist.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Local Spooler API Tests
3
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4
* PURPOSE: Test list
5
* COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org)
6
*/
7
8
#define STANDALONE
9
#include <
apitest.h
>
10
11
extern
void
func_fpEnumPrinters
(
void
);
12
extern
void
func_fpGetPrintProcessorDirectory
(
void
);
13
extern
void
func_fpSetJob
(
void
);
14
extern
void
func_service
(
void
);
15
16
const
struct
test
winetest_testlist
[] =
17
{
18
{
"fpEnumPrinters"
,
func_fpEnumPrinters
},
19
{
"fpGetPrintProcessorDirectory"
,
func_fpGetPrintProcessorDirectory
},
20
{
"fpSetJob"
,
func_fpSetJob
},
21
{
"service"
,
func_service
},
22
23
{ 0, 0 }
24
};
apitest.h
test
#define test
Definition:
rosglue.h:37
winetest_testlist
const struct test winetest_testlist[]
Definition:
testlist.c:7
func_fpGetPrintProcessorDirectory
void func_fpGetPrintProcessorDirectory(void)
func_service
void func_service(void)
func_fpSetJob
void func_fpSetJob(void)
func_fpEnumPrinters
void func_fpEnumPrinters(void)
modules
rostests
apitests
localspl
testlist.c
Generated on Thu Dec 4 2025 06:07:13 for ReactOS by
1.9.6