reactos/modules/rostests/kmtests
Ged Murphy b10dd06aa5 [KMTEST] Initial usermode support for testing FS mini-filters (#81)
* [KMTEST] Initial usermode support for testing FS mini-filters
- Add base routines to wrap the win32 'Filter' APis
- Add support routines to be used when testing FS filter drivers
- Move KmtCreateService to a private routine so it can be shared with KmtFltCreateService
- Completely untested at the mo, so likely contains bugs at this point
2017-10-25 10:39:55 +01:00
..
example
fltmgr
hidparse
include [KMTEST] Initial usermode support for testing FS mini-filters (#81) 2017-10-25 10:39:55 +01:00
kernel32
kmtest [KMTEST] Initial usermode support for testing FS mini-filters (#81) 2017-10-25 10:39:55 +01:00
kmtest_drv
novp_fsrtl
npfs
ntos_cc
ntos_cm
ntos_ex
ntos_fsrtl
ntos_io
ntos_ke
ntos_mm
ntos_ob
ntos_po
ntos_ps
ntos_se
rtl
tcpip
CMakeLists.txt [KMTEST] Initial usermode support for testing FS mini-filters (#81) 2017-10-25 10:39:55 +01:00
readme.txt

This directory contains the ReactOS Kernel-Mode Test Suite.

The kmtest, kmtest_drv and include subdirectories contain the
testing framework infrastructure, other directories contain tests.

The example subdirectory contains a set of small tests that can be used as
examples and templates.


See http://www.reactos.org/wiki/KmtestsHowto for more
information and a guide on how to use the framework.