reactos/rostests
Timo Kreuzer 211e68d9b1 [NTDLL_APITEST] Disable NtContinue test when runtime checks are enabled
[USER32_APITEST] Disable WndProc test when runtime checks are enabled
[KERNEL32_WINETEST] Zero initialize a buffer. This is necessary, since we fail all calls to GetVolumePathNamesForVolumeNameW and thus never get any data into the buffer, which can later result in a buffer-overrun, when doing a lstrlenW on it.

svn path=/trunk/; revision=64831
2014-10-19 19:37:55 +00:00
..
apitests [NTDLL_APITEST] Disable NtContinue test when runtime checks are enabled 2014-10-19 19:37:55 +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 [CMAKE] 2014-10-17 23:29:24 +00:00
regtests * Addendum to r55855. 2012-02-25 17:23:58 +00:00
rosautotest [CMAKE] 2014-10-17 23:29:24 +00:00
tests [CMAKE] 2014-10-17 23:29:24 +00:00
win32 [TUNNELTEST] 2014-03-30 18:25:13 +00:00
winetests [NTDLL_APITEST] Disable NtContinue test when runtime checks are enabled 2014-10-19 19:37:55 +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.