reactos/rostests/kmtests
Hermès Bélusca-Maïto 2c7388a0b1 [KMTESTS]
No need now to declare a NTSTATUS ExceptionStatus; variable to be able to use KmtStartSeh() / KmtEndSeh() macros; this is done automagically.

svn path=/trunk/; revision=60320
2013-09-22 19:28:21 +00:00
..
example * Addendum to r55855. 2012-02-25 17:23:58 +00:00
include [KMTESTS] 2013-09-22 19:28:21 +00:00
kernel32 [KMTESTS] 2013-04-21 20:47:52 +00:00
kmtest [KMTESTS:RTL] 2013-07-20 19:33:13 +00:00
kmtest_drv [KMTESTS:RTL] 2013-07-20 19:33:13 +00:00
ntos_ex [KMTESTS] 2013-09-22 19:28:21 +00:00
ntos_fsrtl [KMTESTS/FSRTL] 2013-06-27 08:32:46 +00:00
ntos_io [KMTESTS] 2013-09-22 19:28:21 +00:00
ntos_ke [KMTESTS] 2013-07-22 12:11:38 +00:00
ntos_mm [KMTESTS] 2013-09-22 19:28:21 +00:00
ntos_ob [KMTESTS] 2013-09-22 19:28:21 +00:00
ntos_ps [KMTESTS] 2012-06-14 18:43:32 +00:00
ntos_se [KMTESTS:SE] 2013-07-20 19:40:32 +00:00
rtl [KMTESTS] 2013-09-22 19:28:21 +00:00
CMakeLists.txt [KMTESTS:RTL] 2013-07-20 19:33:13 +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.