reactos/modules/rostests
winesync 296900e697 [WINESYNC]d3dx9/tests: Avoid some 64-bit test failures.
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 699eb8cdba8fe236f038550e2bd68a4cd2cab055 by Matteo Bruni <mbruni@codeweavers.com>
2020-02-26 18:19:18 +01:00
..
apitests [SHELL32_APITEST] Add SHChangeNotify testcase (#2378) 2020-02-25 00:45:44 +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
win32 [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
winetests [WINESYNC]d3dx9/tests: Avoid some 64-bit test failures. 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