[NTDLL_APITEST]
[reactos.git] / rostests / apitests / ntdll / testlist.c
index 0cc1866..0e49fe2 100644 (file)
@@ -8,20 +8,34 @@
 extern void func_NtAllocateVirtualMemory(void);
 extern void func_NtFreeVirtualMemory(void);
 extern void func_NtSystemInformation(void);
+extern void func_RtlBitmap(void);
+extern void func_RtlDetermineDosPathNameType(void);
+extern void func_RtlDoesFileExists(void);
+extern void func_RtlDosSearchPath_U(void);
+extern void func_RtlDosSearchPath_Ustr(void);
 extern void func_RtlGetFullPathName_U(void);
+extern void func_RtlGetFullPathName_Ustr(void);
 extern void func_RtlGetFullPathName_UstrEx(void);
+extern void func_RtlGetLongestNtPathLength(void);
 extern void func_RtlInitializeBitMap(void);
 extern void func_ZwContinue(void);
 
 const struct test winetest_testlist[] =
 {
-    { "NtAllocateVirtualMemory",    func_NtAllocateVirtualMemory },
-    { "NtFreeVirtualMemory",        func_NtFreeVirtualMemory },
-    { "NtSystemInformation",        func_NtSystemInformation },
-    { "RtlGetFullPathName_U",       func_RtlGetFullPathName_U },
-    { "RtlGetFullPathName_UstrEx",  func_RtlGetFullPathName_UstrEx },
-    { "RtlInitializeBitMap",        func_RtlInitializeBitMap },
-    { "ZwContinue",                 func_ZwContinue },
+    { "NtAllocateVirtualMemory",        func_NtAllocateVirtualMemory },
+    { "NtFreeVirtualMemory",            func_NtFreeVirtualMemory },
+    { "NtSystemInformation",            func_NtSystemInformation },
+    { "RtlBitmap",                      func_RtlBitmap },
+    { "RtlDetermineDosPathNameType",    func_RtlDetermineDosPathNameType },
+    { "RtlDoesFileExists",              func_RtlDoesFileExists },
+    { "RtlDosSearchPath_U",             func_RtlDosSearchPath_U },
+    { "RtlDosSearchPath_Ustr",          func_RtlDosSearchPath_Ustr },
+    { "RtlGetFullPathName_U",           func_RtlGetFullPathName_U },
+    { "RtlGetFullPathName_Ustr",        func_RtlGetFullPathName_Ustr },
+    { "RtlGetFullPathName_UstrEx",      func_RtlGetFullPathName_UstrEx },
+    { "RtlGetLongestNtPathLength",      func_RtlGetLongestNtPathLength },
+    { "RtlInitializeBitMap",            func_RtlInitializeBitMap },
+    { "ZwContinue",                     func_ZwContinue },
 
     { 0, 0 }
 };