mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[KMTESTS:FSRTL]
- Enable running FsRtlMcb by hand svn path=/trunk/; revision=58859
This commit is contained in:
parent
43ee5e7b98
commit
ab9ec0bd8c
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ const KMT_TEST TestList[] =
|
||||||
{ "-ExTimer", Test_ExTimer },
|
{ "-ExTimer", Test_ExTimer },
|
||||||
{ "Example", Test_Example },
|
{ "Example", Test_Example },
|
||||||
{ "FsRtlExpression", Test_FsRtlExpression },
|
{ "FsRtlExpression", Test_FsRtlExpression },
|
||||||
// { "FsRtlMcb", Test_FsRtlMcb },
|
/* Skipped on testman. See ROSTESTS-106. */
|
||||||
|
{ "-FsRtlMcb", Test_FsRtlMcb },
|
||||||
{ "IoDeviceInterface", Test_IoDeviceInterface },
|
{ "IoDeviceInterface", Test_IoDeviceInterface },
|
||||||
{ "IoEvent", Test_IoEvent },
|
{ "IoEvent", Test_IoEvent },
|
||||||
{ "IoInterrupt", Test_IoInterrupt },
|
{ "IoInterrupt", Test_IoInterrupt },
|
||||||
|
|
Loading…
Reference in a new issue