reactos/rostests
Timo Kreuzer fe029c9c69 [PSEH2_TEST]
Add another test for non-volatile values. Note that PSEH does NOT work like real SEH here, but this is expected and can not be fixed without special compiler support. Do NEVER DO this kind of stuff inside SEH blocks! Use volatile variables in this case.

svn path=/trunk/; revision=62268
2014-02-20 20:20:26 +00:00
..
apitests [user32_apitest] 2013-12-21 10:44:10 +00:00
dibtests * Addendum to r60650. 2013-10-13 23:12:09 +00:00
drivers [ROSTESTS] 2013-04-04 19:47:42 +00:00
dxtest * Addendum to r55855. 2012-02-25 17:23:58 +00:00
kmtests [KMTESTS] 2014-02-20 19:26:24 +00:00
regtests * Addendum to r55855. 2012-02-25 17:23:58 +00:00
rosautotest [ROSAUTOTEST] 2014-02-10 17:05:15 +00:00
tests [PSEH2_TEST] 2014-02-20 20:20:26 +00:00
win32 * Addendum to r60650. 2013-10-13 23:12:09 +00:00
winetests [WINTRUST_WINETEST] 2014-02-14 23:47:59 +00:00
.gitignore
CMakeLists.txt [C++] 2013-06-22 16:38:27 +00:00
COPYING
readme.txt [ROSTESTS] 2012-07-03 19:59:56 +00:00

====================
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.
It is to be placed under "modules" subdirectory of a trunk checkout.
No additional changes to build files are necessary, it'll be picked up
automatically.