reactos/modules/rostests
Timo Kreuzer ff8d24cabb [PSEH3] Fix _SEH3_LEAVE
Previously, when leave was used in the except or finally block of a nested try block, it would jump back to the start of the except/finally block, resulting in an endless loop. This is fixed by jumping back to a label at the beginning of the try block, which is only visible from within the try block itself and from there to the end of the SEH block.
Fixes seh0055 testcase of MS SEH tests.
2025-07-10 11:15:23 +03:00
..
apitests [PSEH3] Fix _SEH3_LEAVE 2025-07-10 11:15:23 +03:00
dibtests
drivers [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
dxtest [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
kmtests [KMTESTS] Fixes for 2003, Vista, 7, 8, 10 x86 and x64 (#8175) 2025-07-03 14:33:59 -06:00
regtests
rosautotest [ROSAUTOTEST] Final changes to improvements (#7857) 2025-04-04 22:00:54 -05:00
testdata
tests [NDK][ROSLOAD][ROSTESTS][SDK][WINE] Fix and use standard 'ReactOS' casing (#8163) 2025-06-22 22:49:54 +02:00
unittests [UNITTESTS][PATHCCH] Add unit compilation-tests for the pathcch library (#8085) 2025-06-24 16:48:04 +02:00
win32 [WINLOGON/WLNTFYTESTS] Add semi-"interactive" tests for Winlogon notifications (#8234) 2025-07-08 21:21:11 +02:00
winetests [PSDK][XDK][NDK][INCLUDE/WINE] Make header changes to sync crypt32, kernel32, and user32 winetests (#8114) 2025-07-05 15:14:31 -06:00
CMakeLists.txt [SETUPLIB][ROSTESTS] Move setuplib unittests to rostests directory. 2024-07-31 13:46:00 +02:00
COPYING
readme.txt

====================
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.
The module requires to be enabled during the "configure" process.

To include the module in your build folder, run the configure script with the flags -DENABLE_ROSTESTS=1

# For Windows users

    configure.cmd -DENABLE_ROSTESTS=1

# For UNIX users

    ./configure.sh -DENABLE_ROSTESTS=1