ReactOS
0.4.16-dev-251-ga17b6e9
testlist.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS interoperability tests
3
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4
* PURPOSE: List of tests
5
* COPYRIGHT: Copyright 2024 Stanislav Motylkov <x86corez@gmail.com>
6
*/
7
8
#define STANDALONE
9
#include <
wine/test.h
>
10
11
extern
void
func_LocaleTests
(
void
);
12
13
const
struct
test
winetest_testlist
[] =
14
{
15
{
"LocaleTests"
,
func_LocaleTests
},
16
17
{ 0, 0 }
18
};
test
#define test
Definition:
rosglue.h:37
winetest_testlist
const struct test winetest_testlist[]
Definition:
testlist.c:7
func_LocaleTests
void func_LocaleTests(void)
test.h
modules
rostests
unittests
interop
testlist.c
Generated on Sat Nov 9 2024 06:06:25 for ReactOS by
1.9.6