reactos/modules/rostests
2023-01-22 22:18:11 +03:00
..
apitests [NTDLL_APITEST] Add test for a section where PointerToRawData = 0 while SizeOfRawData != 0. CORE-18797 2023-01-20 17:02:37 +08:00
dibtests
drivers
dxtest
kmtests [KMTEST] Add a NULL check 2022-12-13 07:18:24 +01:00
regtests
rosautotest
testdata
tests [REACTOS][CPL] Coding style fixes only 2022-10-04 21:14:31 +03:00
win32
winetests [USER32_WINETEST] Add test for WM_CONTEXTMENU from grandchild window 2023-01-22 22:18:11 +03: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