mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[KMTESTS:KE]
- Enable KeSpinLock test that apparently never made it into testlist.c for some reason? svn path=/trunk/; revision=66277
This commit is contained in:
@@ -36,6 +36,7 @@ KMT_TESTFUNC Test_KeGuardedMutex;
|
||||
KMT_TESTFUNC Test_KeIrql;
|
||||
KMT_TESTFUNC Test_KeMutex;
|
||||
KMT_TESTFUNC Test_KeProcessor;
|
||||
KMT_TESTFUNC Test_KeSpinLock;
|
||||
KMT_TESTFUNC Test_KeTimer;
|
||||
KMT_TESTFUNC Test_KernelType;
|
||||
KMT_TESTFUNC Test_MmSection;
|
||||
@@ -93,6 +94,7 @@ const KMT_TEST TestList[] =
|
||||
{ "KeIrql", Test_KeIrql },
|
||||
{ "KeMutex", Test_KeMutex },
|
||||
{ "-KeProcessor", Test_KeProcessor },
|
||||
{ "KeSpinLock", Test_KeSpinLock },
|
||||
{ "KeTimer", Test_KeTimer },
|
||||
{ "-KernelType", Test_KernelType },
|
||||
{ "MmSection", Test_MmSection },
|
||||
|
||||
Reference in New Issue
Block a user