reactos/modules/rostests
Katayama Hirofumi MZ e7a51a0ae0
[SHELL32_APITEST] Don't hardcode C:\ReactOS (#2344)
All tests successful.
CORE-14747
2020-02-14 23:04:17 +09:00
..
apitests [SHELL32_APITEST] Don't hardcode C:\ReactOS (#2344) 2020-02-14 23:04:17 +09:00
dibtests
drivers
dxtest
kmtests [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
regtests
rosautotest [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
testdata
tests [MMIXER_TEST] Fix build (Use %Iu for dwUser) 2019-12-08 13:11:52 +09:00
win32 [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
winetests [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +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