[KMTESTS:MM]
[reactos.git] / rostests / kmtests / kmtest / testlist.c
index 74e525c..4d8ba68 100644 (file)
@@ -13,6 +13,7 @@ KMT_TESTFUNC Test_FindFile;
 KMT_TESTFUNC Test_IoCreateFile;
 KMT_TESTFUNC Test_IoDeviceObject;
 KMT_TESTFUNC Test_IoReadWrite;
+KMT_TESTFUNC Test_MmMapLockedPagesSpecifyCache;
 KMT_TESTFUNC Test_NtCreateSection;
 KMT_TESTFUNC Test_PoIrp;
 KMT_TESTFUNC Test_RtlAvlTree;
@@ -30,23 +31,24 @@ KMT_TESTFUNC Test_TcpIpConnect;
 /* tests with a leading '-' will not be listed */
 const KMT_TEST TestList[] =
 {
-    { "CcCopyRead",         Test_CcCopyRead },
-    { "-Example",           Test_Example },
-    { "FindFile",           Test_FindFile },
-    { "IoCreateFile",       Test_IoCreateFile },
-    { "IoDeviceObject",     Test_IoDeviceObject },
-    { "IoReadWrite",        Test_IoReadWrite },
-    { "NtCreateSection",    Test_NtCreateSection },
-    { "PoIrp",              Test_PoIrp },
-    { "RtlAvlTree",         Test_RtlAvlTree },
-    { "RtlException",       Test_RtlException },
-    { "RtlIntSafe",         Test_RtlIntSafe },
-    { "RtlMemory",          Test_RtlMemory },
-    { "RtlRegistry",        Test_RtlRegistry },
-    { "RtlSplayTree",       Test_RtlSplayTree },
-    { "RtlStack",           Test_RtlStack },
-    { "RtlUnicodeString",   Test_RtlUnicodeString },
-    { "TcpIpTdi",           Test_TcpIpTdi },
-    { "TcpIpConnect",       Test_TcpIpConnect },
-    { NULL,                 NULL },
+    { "CcCopyRead",                   Test_CcCopyRead },
+    { "-Example",                     Test_Example },
+    { "FindFile",                     Test_FindFile },
+    { "IoCreateFile",                 Test_IoCreateFile },
+    { "IoDeviceObject",               Test_IoDeviceObject },
+    { "IoReadWrite",                  Test_IoReadWrite },
+    { "MmMapLockedPagesSpecifyCache", Test_MmMapLockedPagesSpecifyCache },
+    { "NtCreateSection",              Test_NtCreateSection },
+    { "PoIrp",                        Test_PoIrp },
+    { "RtlAvlTree",                   Test_RtlAvlTree },
+    { "RtlException",                 Test_RtlException },
+    { "RtlIntSafe",                   Test_RtlIntSafe },
+    { "RtlMemory",                    Test_RtlMemory },
+    { "RtlRegistry",                  Test_RtlRegistry },
+    { "RtlSplayTree",                 Test_RtlSplayTree },
+    { "RtlStack",                     Test_RtlStack },
+    { "RtlUnicodeString",             Test_RtlUnicodeString },
+    { "TcpIpTdi",                     Test_TcpIpTdi },
+    { "TcpIpConnect",                 Test_TcpIpConnect },
+    { NULL,                           NULL },
 };