a3e17a6fa3ebbab9e9f1e6229bbaef81e019d5de
[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_NtApphelpCacheControl(void);
9 extern void func_NtContinue(void);
10 extern void func_NtCreateFile(void);
11 extern void func_NtCreateKey(void);
12 extern void func_NtCreateThread(void);
13 extern void func_NtDeleteKey(void);
14 extern void func_NtFreeVirtualMemory(void);
15 extern void func_NtMapViewOfSection(void);
16 extern void func_NtMutant(void);
17 extern void func_NtOpenProcessToken(void);
18 extern void func_NtOpenThreadToken(void);
19 extern void func_NtProtectVirtualMemory(void);
20 extern void func_NtQueryInformationProcess(void);
21 extern void func_NtQueryKey(void);
22 extern void func_NtQuerySystemEnvironmentValue(void);
23 extern void func_NtQueryVolumeInformationFile(void);
24 extern void func_NtSaveKey(void);
25 extern void func_NtSetValueKey(void);
26 extern void func_NtSystemInformation(void);
27 extern void func_RtlAllocateHeap(void);
28 extern void func_RtlBitmap(void);
29 extern void func_RtlCopyMappedMemory(void);
30 extern void func_RtlDeleteAce(void);
31 extern void func_RtlDetermineDosPathNameType(void);
32 extern void func_RtlDoesFileExists(void);
33 extern void func_RtlDosPathNameToNtPathName_U(void);
34 extern void func_RtlDosSearchPath_U(void);
35 extern void func_RtlDosSearchPath_Ustr(void);
36 extern void func_RtlFirstFreeAce(void);
37 extern void func_RtlGenerate8dot3Name(void);
38 extern void func_RtlGetFullPathName_U(void);
39 extern void func_RtlGetFullPathName_Ustr(void);
40 extern void func_RtlGetFullPathName_UstrEx(void);
41 extern void func_RtlGetLengthWithoutTrailingPathSeperators(void);
42 extern void func_RtlGetLongestNtPathLength(void);
43 extern void func_RtlImageRvaToVa(void);
44 extern void func_RtlInitializeBitMap(void);
45 extern void func_RtlMemoryStream(void);
46 extern void func_RtlReAllocateHeap(void);
47 extern void func_StackOverflow(void);
48 extern void func_TimerResolution(void);
49
50 const struct test winetest_testlist[] =
51 {
52 { "LdrEnumResources", func_LdrEnumResources },
53 { "NtAllocateVirtualMemory", func_NtAllocateVirtualMemory },
54 { "NtApphelpCacheControl", func_NtApphelpCacheControl },
55 { "NtContinue", func_NtContinue },
56 { "NtCreateFile", func_NtCreateFile },
57 { "NtCreateKey", func_NtCreateKey },
58 { "NtCreateThread", func_NtCreateThread },
59 { "NtDeleteKey", func_NtDeleteKey },
60 { "NtFreeVirtualMemory", func_NtFreeVirtualMemory },
61 { "NtMapViewOfSection", func_NtMapViewOfSection },
62 { "NtMutant", func_NtMutant },
63 { "NtOpenProcessToken", func_NtOpenProcessToken },
64 { "NtOpenThreadToken", func_NtOpenThreadToken },
65 { "NtProtectVirtualMemory", func_NtProtectVirtualMemory },
66 { "NtQueryInformationProcess", func_NtQueryInformationProcess },
67 { "NtQueryKey", func_NtQueryKey },
68 { "NtQuerySystemEnvironmentValue", func_NtQuerySystemEnvironmentValue },
69 { "NtQueryVolumeInformationFile", func_NtQueryVolumeInformationFile },
70 { "NtSaveKey", func_NtSaveKey},
71 { "NtSetValueKey", func_NtSetValueKey},
72 { "NtSystemInformation", func_NtSystemInformation },
73 { "RtlAllocateHeap", func_RtlAllocateHeap },
74 { "RtlBitmapApi", func_RtlBitmap },
75 { "RtlCopyMappedMemory", func_RtlCopyMappedMemory },
76 { "RtlDeleteAce", func_RtlDeleteAce },
77 { "RtlDetermineDosPathNameType", func_RtlDetermineDosPathNameType },
78 { "RtlDoesFileExists", func_RtlDoesFileExists },
79 { "RtlDosPathNameToNtPathName_U", func_RtlDosPathNameToNtPathName_U },
80 { "RtlDosSearchPath_U", func_RtlDosSearchPath_U },
81 { "RtlDosSearchPath_Ustr", func_RtlDosSearchPath_Ustr },
82 { "RtlFirstFreeAce", func_RtlFirstFreeAce },
83 { "RtlGenerate8dot3Name", func_RtlGenerate8dot3Name },
84 { "RtlGetFullPathName_U", func_RtlGetFullPathName_U },
85 { "RtlGetFullPathName_Ustr", func_RtlGetFullPathName_Ustr },
86 { "RtlGetFullPathName_UstrEx", func_RtlGetFullPathName_UstrEx },
87 { "RtlGetLengthWithoutTrailingPathSeperators", func_RtlGetLengthWithoutTrailingPathSeperators },
88 { "RtlGetLongestNtPathLength", func_RtlGetLongestNtPathLength },
89 { "RtlImageRvaToVa", func_RtlImageRvaToVa },
90 { "RtlInitializeBitMap", func_RtlInitializeBitMap },
91 { "RtlMemoryStream", func_RtlMemoryStream },
92 { "RtlReAllocateHeap", func_RtlReAllocateHeap },
93 { "StackOverflow", func_StackOverflow },
94 { "TimerResolution", func_TimerResolution },
95
96 { 0, 0 }
97 };