[FASTFAT]
[reactos.git] / rostests / apitests / dciman32api / testlist.c
1 #ifndef _DCIMAN32TESTLIST_H
2 #define _DCIMAN32TESTLIST_H
3
4 #include "dciman32api.h"
5
6 /* include the tests */
7 #include "tests/DCICreatePrimary.c"
8
9
10
11
12
13
14
15
16
17
18 /* The List of tests */
19 TESTENTRY TestList[] =
20 {
21 { L"DCICreatePrimary", Test_DCICreatePrimary }
22 };
23
24 /* The function that gives us the number of tests */
25 INT NumTests(void)
26 {
27 return sizeof(TestList) / sizeof(TESTENTRY);
28 }
29
30 #endif
31
32 /* EOF */