ReactOS 0.4.16-dev-1946-g52006dd
testlist.c
Go to the documentation of this file.
1
2#define STANDALONE
3#include <wine/test.h>
4
7
8const struct test winetest_testlist[] =
9{
10 { "GetDeviceDriverFileName", func_GetDeviceDriverFileName },
11 { "GetDeviceDriverBaseName", func_GetDeviceDriverBaseName },
12
13 { 0, 0 }
14};
15
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_GetDeviceDriverBaseName(void)
void func_GetDeviceDriverFileName(void)