reactos/modules/rostests
2020-02-29 16:02:48 +09:00
..
apitests [SHELL32_APITEST] Add DoPropTest to SHChangeNotify testcase 2020-02-29 16:02:48 +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 [WINESYNC] d3dx9_36: Implement ID3DXSkinInfoImpl_UpdateSkinnedMesh. 2020-02-26 18:19:18 +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