reactos/rostests
Cameron Gutman afcd401a32 [KMTEST]
- Add support for recovering from crashed tests
- Add check to prevent us from running the test every boot
- Delete some useless code
- Record test result information in the registry
- Under the Kmtest\Parameters key, you will find CurrentStage which is the stage that testing is on (almost always 8 if it boots). You will also find <Test Name>SuccessCount which is the number of successful tests, <Test Name>FailureCount which is the number of failed tests, <Test Name>TotalCount which is the total number of tests, and <Test Name>SkippedCount which is the number of tests that have been skipped
- Enjoy your reg testing! :)

svn path=/trunk/; revision=47309
2010-05-22 18:34:01 +00:00
..
apitests Revert part of 47209. Hope this time is the good one 2010-05-15 09:59:42 +00:00
dibtests [General] 2009-12-02 20:32:16 +00:00
drivers [KMTEST] 2010-05-22 18:34:01 +00:00
dxtest [General] 2009-12-02 20:32:16 +00:00
regtests [General] 2009-12-02 20:32:16 +00:00
rosautotest [General] 2009-12-02 20:32:16 +00:00
tests [MMIXER_TEST] 2010-01-02 01:54:09 +00:00
win32 [General] 2009-12-02 20:32:16 +00:00
winetests [USER32_WINETEST] 2010-05-17 22:45:28 +00:00
.gitignore Adding rostests as part of the tree restructure 2007-03-06 11:01:08 +00:00
COPYING - Add missing svn:eol-style properties. 2009-10-28 20:13:23 +00:00
directory.rbuild Add regtests/gdi 2009-08-02 00:26:51 +00:00
readme.txt Move tests from rosapps to rostests 2007-03-06 11:10:43 +00:00

$Id: readme.txt 21229 2006-03-05 13:57:35Z frik85 $

====================
ReactOS Tests
====================

This directory contains various tests for ReactOS.
Make sure you also have a copy of the rest of the ReactOS
source before you attempt to build anything in this module.