reactos/modules/rostests
Timo Kreuzer 5c1c28109f [WIN32KNT_APITEST] Add a delay-import hooks
This will change the dll name to the one appropriate for the current Windows version and report import failures.
2025-08-06 17:48:37 +03:00
..
apitests [WIN32KNT_APITEST] Add a delay-import hooks 2025-08-06 17:48:37 +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] Add option to use libcurl 2025-08-01 20:49:29 +02: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] Implement loading notification DLLs in safe-boot mode (#8278) 2025-07-30 17:46:54 +02:00
winetests Move /sdk/include/reactos/wine to /sdk/include/wine, reorder global includes, remove unneeded includes (#8258) 2025-07-29 13:57:12 -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