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