mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[KMTESTS]
- Sssh, these tests are secret svn path=/trunk/; revision=69567
This commit is contained in:
parent
8661787353
commit
1ac16d7595
2 changed files with 0 additions and 9 deletions
|
@ -35,7 +35,6 @@ list(APPEND KMTEST_DRV_SOURCE
|
|||
npfs/NpfsFileInfo.c
|
||||
npfs/NpfsHelpers.c
|
||||
npfs/NpfsReadWrite.c
|
||||
npfs/NpfsSecurity.c
|
||||
npfs/NpfsVolumeInfo.c
|
||||
ntos_cm/CmSecurity.c
|
||||
ntos_ex/ExCallback.c
|
||||
|
@ -54,7 +53,6 @@ list(APPEND KMTEST_DRV_SOURCE
|
|||
ntos_io/IoCreateFile.c
|
||||
ntos_io/IoDeviceInterface.c
|
||||
ntos_io/IoEvent.c
|
||||
ntos_io/IoFilesystem.c
|
||||
ntos_io/IoInterrupt.c
|
||||
ntos_io/IoIrp.c
|
||||
ntos_io/IoMdl.c
|
||||
|
@ -62,7 +60,6 @@ list(APPEND KMTEST_DRV_SOURCE
|
|||
ntos_ke/KeDevQueue.c
|
||||
ntos_ke/KeDpc.c
|
||||
ntos_ke/KeEvent.c
|
||||
ntos_ke/KeFloatingPoint.c
|
||||
ntos_ke/KeGuardedMutex.c
|
||||
ntos_ke/KeIrql.c
|
||||
ntos_ke/KeMutex.c
|
||||
|
|
|
@ -26,7 +26,6 @@ KMT_TESTFUNC Test_FsRtlTunnel;
|
|||
KMT_TESTFUNC Test_IoCreateFile;
|
||||
KMT_TESTFUNC Test_IoDeviceInterface;
|
||||
KMT_TESTFUNC Test_IoEvent;
|
||||
KMT_TESTFUNC Test_IoFilesystem;
|
||||
KMT_TESTFUNC Test_IoInterrupt;
|
||||
KMT_TESTFUNC Test_IoIrp;
|
||||
KMT_TESTFUNC Test_IoMdl;
|
||||
|
@ -34,7 +33,6 @@ KMT_TESTFUNC Test_KeApc;
|
|||
KMT_TESTFUNC Test_KeDeviceQueue;
|
||||
KMT_TESTFUNC Test_KeDpc;
|
||||
KMT_TESTFUNC Test_KeEvent;
|
||||
KMT_TESTFUNC Test_KeFloatingPoint;
|
||||
KMT_TESTFUNC Test_KeGuardedMutex;
|
||||
KMT_TESTFUNC Test_KeIrql;
|
||||
KMT_TESTFUNC Test_KeMutex;
|
||||
|
@ -49,7 +47,6 @@ KMT_TESTFUNC Test_NpfsConnect;
|
|||
KMT_TESTFUNC Test_NpfsCreate;
|
||||
KMT_TESTFUNC Test_NpfsFileInfo;
|
||||
KMT_TESTFUNC Test_NpfsReadWrite;
|
||||
KMT_TESTFUNC Test_NpfsSecurity;
|
||||
KMT_TESTFUNC Test_NpfsVolumeInfo;
|
||||
KMT_TESTFUNC Test_ObHandle;
|
||||
KMT_TESTFUNC Test_ObReference;
|
||||
|
@ -93,7 +90,6 @@ const KMT_TEST TestList[] =
|
|||
{ "IoCreateFile", Test_IoCreateFile },
|
||||
{ "IoDeviceInterface", Test_IoDeviceInterface },
|
||||
{ "IoEvent", Test_IoEvent },
|
||||
{ "IoFilesystem", Test_IoFilesystem },
|
||||
{ "IoInterrupt", Test_IoInterrupt },
|
||||
{ "IoIrp", Test_IoIrp },
|
||||
{ "IoMdl", Test_IoMdl },
|
||||
|
@ -101,7 +97,6 @@ const KMT_TEST TestList[] =
|
|||
{ "KeDeviceQueue", Test_KeDeviceQueue },
|
||||
{ "KeDpc", Test_KeDpc },
|
||||
{ "KeEvent", Test_KeEvent },
|
||||
{ "KeFloatingPoint", Test_KeFloatingPoint },
|
||||
{ "KeGuardedMutex", Test_KeGuardedMutex },
|
||||
{ "KeIrql", Test_KeIrql },
|
||||
{ "KeMutex", Test_KeMutex },
|
||||
|
@ -116,7 +111,6 @@ const KMT_TEST TestList[] =
|
|||
{ "NpfsCreate", Test_NpfsCreate },
|
||||
{ "NpfsFileInfo", Test_NpfsFileInfo },
|
||||
{ "NpfsReadWrite", Test_NpfsReadWrite },
|
||||
{ "NpfsSecurity", Test_NpfsSecurity },
|
||||
{ "NpfsVolumeInfo", Test_NpfsVolumeInfo },
|
||||
{ "ObHandle", Test_ObHandle },
|
||||
{ "ObReference", Test_ObReference },
|
||||
|
|
Loading…
Reference in a new issue