reactos/modules/rostests
2025-05-20 16:30:06 +00:00
..
apitests [KERNEL32_APITEST] Revert manifest architecture changes 2025-05-18 17:53:12 +00: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 [KMTEST] Fix MmSection tests 2025-05-20 16:30:06 +00:00
regtests
rosautotest [ROSAUTOTEST] Final changes to improvements (#7857) 2025-04-04 22:00:54 -05:00
testdata
tests [REACTOS] Fix 'writting' typos (#7484) 2024-11-01 11:50:09 +01:00
unittests [SETUPLIB] Add a setuplib_static library, used for the dll and the unit-tests. 2025-04-20 19:18:28 +02:00
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