reactos/rostests/kmtests
Thomas Faber 4c309ccd7f [KMTESTS]
- Implement a mechanism for kmtests to retrieve information from user-mode. Patch by Nikolay Borisov (nib9 at aber dot ac dot uk).
- Currently supported function: QueryVirtualMemory
ROSTESTS-96 #resolve

svn path=/trunk/; revision=58873
2013-04-27 18:18:17 +00:00
..
example * Addendum to r55855. 2012-02-25 17:23:58 +00:00
include [KMTESTS] 2013-04-27 18:18:17 +00:00
kernel32 [KMTESTS] 2013-04-21 20:47:52 +00:00
kmtest [KMTESTS] 2013-04-27 18:18:17 +00:00
kmtest_drv [KMTESTS] 2013-04-27 18:18:17 +00:00
ntos_ex [KMTESTS:EX] 2012-08-26 12:06:45 +00:00
ntos_fsrtl [KMTESTS:FSRTL] 2013-04-27 07:44:28 +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 [KMTESTS] 2012-06-14 17:48:14 +00:00
ntos_ob [KMTESTS/OB] 2012-04-21 09:06:54 +00:00
ntos_ps [KMTESTS] 2012-06-14 18:43:32 +00:00
rtl Disable crashing usermode test. See CORE-6640. 2012-09-15 19:39:14 +00:00
CMakeLists.txt [KMTESTS:FSRTL] 2013-04-23 21:34:59 +00:00
readme.txt [KMTESTS] 2011-09-11 11:22:00 +00:00

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.