reactos/modules/rostests
2025-06-23 17:35:21 +00:00
..
apitests [CRT_APITEST] Add a tests for sin(f) / __libm_sse2_sin(f) 2025-06-23 17:35:21 +00:00
dibtests
drivers
dxtest
kmtests [KMTESTS] Allocate buffer for the test list dynamically 2025-06-04 22:04:03 +02: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 [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 [NTDLL_WINETEST][NTOS:PS] Fix a few NtQueryInformationProcess(Process*) handling cases (#8136) 2025-06-19 18:47:31 +02: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