reactos/modules/rostests
Katayama Hirofumi MZ ea3c56b659
[BROWSEUI_APITEST] Strengthen ACListISF testcase (#3538)
Add tests for ACListISF testcase to clarify the details. CORE-9281
2021-03-18 09:49:40 +09:00
..
apitests [BROWSEUI_APITEST] Strengthen ACListISF testcase (#3538) 2021-03-18 09:49:40 +09:00
dibtests
drivers
dxtest
kmtests [CMAKE] Fix few copy-paste typos in add_pch() calls (#3508) 2021-03-06 19:11:56 +01:00
regtests
rosautotest [CMAKE] Get rid of the set_cpp macro 2020-10-20 21:44:54 +02:00
testdata
tests [PSEH2_TEST] Move it to apitests 2020-10-24 13:26:33 +02:00
win32 [CMD_ROSTEST] Add tests for CALL label parsing, and for CALL and GOTO behaviour. 2020-09-27 19:04:51 +02:00
winetests [CMAKE] target_compile_definitions() calls: Remove (now) useless '-D' (#3490) 2021-03-03 04:16:02 +01: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