reactos/rostests/kmtests
Thomas Faber a3ee37624f [KMTESTS]
- Add KmtSendWStringToDriver to easily send unicode strings to special-purpose drivers
- Add TESTENTRY_NO_EXCLUSIVE_DEVICE flag for non-exclusive devices in special-purpose drivers
ROSTESTS-104

svn path=/trunk/; revision=58812
2013-04-21 18:53:51 +00:00
..
example
include [KMTESTS] 2013-04-21 18:53:51 +00:00
kmtest [KMTESTS] 2013-04-21 18:53:51 +00:00
kmtest_drv [KMTESTS] 2013-04-21 18:53:51 +00:00
ntos_ex [KMTESTS:EX] 2012-08-26 12:06:45 +00:00
ntos_fsrtl [KMTESTS:FSRTL] 2013-04-21 13:47:54 +00:00
ntos_io [KMTEST:IO] 2012-09-21 22:12:47 +00:00
ntos_ke [KMTEST:KE] 2012-10-03 20:52:33 +00:00
ntos_mm
ntos_ob
ntos_ps
rtl Disable crashing usermode test. See CORE-6640. 2012-09-15 19:39:14 +00:00
CMakeLists.txt [CMAKE] 2012-12-22 10:46:37 +00: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.