[SPIDER]
[reactos.git] / rostests / apitests / ntdll / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_LdrEnumResources(void);
7 extern void func_NtAllocateVirtualMemory(void);
8 extern void func_NtContinue(void);
9 extern void func_NtCreateFile(void);
10 extern void func_NtCreateThread(void);
11 extern void func_NtDeleteKey(void);
12 extern void func_NtFreeVirtualMemory(void);
13 extern void func_NtMapViewOfSection(void);
14 extern void func_NtMutant(void);
15 extern void func_NtProtectVirtualMemory(void);
16 extern void func_NtQuerySystemEnvironmentValue(void);
17 extern void func_NtQueryVolumeInformationFile(void);
18 extern void func_NtSaveKey(void);
19 extern void func_NtSystemInformation(void);
20 extern void func_RtlBitmap(void);
21 extern void func_RtlDetermineDosPathNameType(void);
22 extern void func_RtlDoesFileExists(void);
23 extern void func_RtlDosPathNameToNtPathName_U(void);
24 extern void func_RtlDosSearchPath_U(void);
25 extern void func_RtlDosSearchPath_Ustr(void);
26 extern void func_RtlGetFullPathName_U(void);
27 extern void func_RtlGetFullPathName_Ustr(void);
28 extern void func_RtlGetFullPathName_UstrEx(void);
29 extern void func_RtlGetLengthWithoutTrailingPathSeperators(void);
30 extern void func_RtlGetLongestNtPathLength(void);
31 extern void func_RtlInitializeBitMap(void);
32 extern void func_RtlMemoryStream(void);
33 extern void func_TimerResolution(void);
34
35 const struct test winetest_testlist[] =
36 {
37 { "LdrEnumResources", func_LdrEnumResources },
38 { "NtAllocateVirtualMemory", func_NtAllocateVirtualMemory },
39 { "NtContinue", func_NtContinue },
40 { "NtCreateFile", func_NtCreateFile },
41 { "NtCreateThread", func_NtCreateThread },
42 { "NtDeleteKey", func_NtDeleteKey },
43 { "NtFreeVirtualMemory", func_NtFreeVirtualMemory },
44 { "NtMapViewOfSection", func_NtMapViewOfSection },
45 { "NtMutant", func_NtMutant },
46 { "NtProtectVirtualMemory", func_NtProtectVirtualMemory },
47 { "NtQuerySystemEnvironmentValue", func_NtQuerySystemEnvironmentValue },
48 { "NtQueryVolumeInformationFile", func_NtQueryVolumeInformationFile },
49 { "NtSaveKey", func_NtSaveKey},
50 { "NtSystemInformation", func_NtSystemInformation },
51 { "RtlBitmapApi", func_RtlBitmap },
52 { "RtlDetermineDosPathNameType", func_RtlDetermineDosPathNameType },
53 { "RtlDoesFileExists", func_RtlDoesFileExists },
54 { "RtlDosPathNameToNtPathName_U", func_RtlDosPathNameToNtPathName_U },
55 { "RtlDosSearchPath_U", func_RtlDosSearchPath_U },
56 { "RtlDosSearchPath_Ustr", func_RtlDosSearchPath_Ustr },
57 { "RtlGetFullPathName_U", func_RtlGetFullPathName_U },
58 { "RtlGetFullPathName_Ustr", func_RtlGetFullPathName_Ustr },
59 { "RtlGetFullPathName_UstrEx", func_RtlGetFullPathName_UstrEx },
60 { "RtlGetLengthWithoutTrailingPathSeperators", func_RtlGetLengthWithoutTrailingPathSeperators },
61 { "RtlGetLongestNtPathLength", func_RtlGetLongestNtPathLength },
62 { "RtlInitializeBitMap", func_RtlInitializeBitMap },
63 { "RtlMemoryStream", func_RtlMemoryStream },
64 { "TimerResolution", func_TimerResolution },
65
66 { 0, 0 }
67 };