reactos/modules/rostests
2025-03-26 16:39:43 +01:00
..
apitests [AVRF] Hook up debug functions, add noisy stub for AVrfpGetStackTraceAddress 2025-03-25 16:23:39 +01: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:IO] Rewrite IoDeviceInterface kmtest 2025-02-02 23:30:38 +01:00
regtests
rosautotest
testdata
tests
unittests
win32 [PROGMAN][MSPORTS][VFDLIB][CONSRV] Update resource encoding to be utf8 2025-03-26 16:39:43 +01:00
winetests [UCRTBASE_WINETEST] Fix and add to build 2025-03-24 23:02:06 +00:00
CMakeLists.txt
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