reactos/modules/rostests
Katayama Hirofumi MZ d21adc9b31
[SHELL32_APITEST] Strengthen and improve ShellHook testcase (#3687)
- Add tests to find the missing parameters against HSHELL_WINDOWCREATED conditions.
- Improve code readability. CORE-15669
2021-05-29 09:33:46 +09:00
..
apitests [SHELL32_APITEST] Strengthen and improve ShellHook testcase (#3687) 2021-05-29 09:33:46 +09:00
dibtests
drivers
dxtest
kmtests [KMTESTS:SE] Remove erroneous tests regarding impersonation level 2021-05-11 09:20:28 +02:00
regtests
rosautotest
testdata
tests [FRAMEDYN] Fix the whole situation with regards to wchar_t 2021-05-03 22:00:57 +02:00
win32
winetests [CMAKE] winetests/: Move '/wd4334' to 3 sub-modules only 2021-05-12 12:50:48 +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