reactos/kmtests
Thomas Faber c0f4b0d56c [KMTESTS]
- In fact... don't use WriteConsole at all, as it doesn't allow redirection to a file.

svn path=/branches/GSoC_2011/KMTestSuite/; revision=53176
2011-08-11 08:59:34 +00:00
..
example [KMTESTS] 2011-08-01 21:53:52 +00:00
include [KMTESTS] 2011-08-10 22:26:14 +00:00
kmtest [KMTESTS] 2011-08-11 08:59:34 +00:00
kmtest_drv [KMTESTS] 2011-08-06 17:09:39 +00:00
ntos_ex [KMTESTS] 2011-08-10 22:26:14 +00:00
ntos_fsrtl [KMTESTS] 2011-08-01 21:53:52 +00:00
ntos_io [KMTESTS] 2011-08-03 12:48:22 +00:00
ntos_ke [KMTESTS] 2011-08-10 22:26:14 +00:00
ntos_ob [KMTESTS/OB] 2011-08-10 22:42:32 +00:00
rtl [KMTESTS] 2011-08-10 22:26:14 +00:00
CMakeLists.txt [KMTESTS] 2011-08-06 17:09:39 +00:00
directory.rbuild [KMTESTS] 2011-08-03 12:48:22 +00:00
kmtest.rbuild [KMTESTS/RTL] 2011-08-05 09:44:20 +00:00
kmtest_drv.rbuild [KMTESTS] 2011-08-06 17:09:39 +00:00
readme.txt [KMTESTS] 2011-08-06 17:09:39 +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/User:ThFabba/KmtestsHowto for more
information and a guide on how to use the framework.