[KMTESTS:KE]
[reactos.git] / rostests / kmtests / kmtest_drv / testlist.c
index 406f8ab..1175b29 100644 (file)
@@ -30,6 +30,7 @@ KMT_TESTFUNC Test_KeDpc;
 KMT_TESTFUNC Test_KeEvent;
 KMT_TESTFUNC Test_KeGuardedMutex;
 KMT_TESTFUNC Test_KeIrql;
+KMT_TESTFUNC Test_KeMutex;
 KMT_TESTFUNC Test_KeProcessor;
 KMT_TESTFUNC Test_KeTimer;
 KMT_TESTFUNC Test_KernelType;
@@ -70,6 +71,7 @@ const KMT_TEST TestList[] =
     { "KeEvent",                            Test_KeEvent },
     { "KeGuardedMutex",                     Test_KeGuardedMutex },
     { "KeIrql",                             Test_KeIrql },
+    { "KeMutex",                            Test_KeMutex },
     { "-KeProcessor",                       Test_KeProcessor },
     { "KeTimer",                            Test_KeTimer },
     { "-KernelType",                        Test_KernelType },