reactos/modules/rostests
Katayama Hirofumi MZ aaed9f77d9
[SHELL32_APITEST] Enhance SHAppBarMessage testcase (#8149)
SHAppBarMessage testcase has to
cover the auto-hide feature. Make the
testcase more stable.
JIRA issue: CORE-7237
Add more tests.
2025-06-25 08:48:30 +09:00
..
apitests [SHELL32_APITEST] Enhance SHAppBarMessage testcase (#8149) 2025-06-25 08:48:30 +09:00
dibtests
drivers
dxtest
kmtests [KMTESTS] Allocate buffer for the test list dynamically 2025-06-04 22:04:03 +02:00
regtests
rosautotest
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
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