reactos/kmtests
Thomas Faber cf1e292d8a [KMTESTS]
- Fix uninitialized variable usage. Found by ROS ;)

svn path=/branches/GSoC_2011/KMTestSuite/; revision=53364
2011-08-22 00:46:51 +00:00
..
example [KMTESTS] 2011-08-11 11:37:50 +00:00
include [KMTESTS] 2011-08-19 19:03:46 +00:00
kmtest [KMTESTS/IO] 2011-08-17 12:04:15 +00:00
kmtest_drv [KMTESTS] 2011-08-22 00:46:51 +00:00
ntos_ex [KMTESTS/EX] 2011-08-21 16:08:27 +00:00
ntos_fsrtl [KMTESTS] 2011-08-01 21:53:52 +00:00
ntos_io [KMTESTS/IO] 2011-08-18 07:53:37 +00:00
ntos_ke [KMTESTS] 2011-08-19 19:03:46 +00:00
ntos_ob [KMTESTS] 2011-08-19 19:03:46 +00:00
rtl [KMTESTS] 2011-08-10 22:26:14 +00:00
CMakeLists.txt [KMTESTS/EX] 2011-08-21 16:08:27 +00:00
directory.rbuild [KMTESTS/IO] 2011-08-17 12:04:15 +00:00
kmtest.rbuild [KMTESTS/IO] 2011-08-17 12:04:15 +00:00
kmtest_drv.rbuild [KMTESTS/EX] 2011-08-21 16:08:27 +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.