reactos/modules/rostests
Carl J. Bialorucki 410db43f20
[IPHLPAPI_APITEST] Test failure fixes (#8214)
- liCreateTimestamp isn't set in TCP tables on several Windows versions. If it isn't, then we can't compare it to the current system time; so don't.
- GetInterfaceName had some test failures unique to Vista, guard them.
- icmp: Accept either ERROR_INVALID_HANDLE  or ERROR_INVALID_PARAMETER as a last error in a couple tests.
2025-07-04 19:14:24 -06:00
..
apitests [IPHLPAPI_APITEST] Test failure fixes (#8214) 2025-07-04 19:14:24 -06: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 [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 [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