reactos/modules/rostests
2017-12-18 23:17:17 +01:00
..
apitests [BROWSEUI_APITEST] Add tests for IACLCustomMRU. 2017-12-18 23:17:17 +01:00
dibtests
drivers
dxtest Add .keep guard files in order to restore lost but empty directories we had with SVN. 2017-10-04 10:28:36 +02:00
kmtests [FLTMGR] Latest from my branch (#135) 2017-11-21 16:36:29 +00:00
regtests
rosautotest
testdata
tests [DLLIMPORT_TEST] Skip this module in the clang-cl build until framedyn is back in it. CORE-11799 2017-11-24 12:07:56 +01:00
win32 [BUTTONVISTEST] Add visual tests for buttons 2017-11-22 11:34:29 +02:00
winetests [MSI_WINETEST] Add a PCH. 2017-12-18 13:48:13 +01:00
CMakeLists.txt [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00
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.
No additional changes to build files are necessary, it'll be picked up
automatically.

To include "rostests" in your build folder:
1. Copy the rostests folder into the reactos\modules folder, or
2. Link reactos/modules/rostests to rostests

# For Windows users

    cd %%_ROSSOURCEDIR%%\reactos\modules
    mklink /j rostests %%_ROSSOURCEDIR%%\rostests

# For UNIX users

    cd \$$_ROSSOURCEDIR/reactos/modules
    ln -s \$$_ROSSOURCEDIR/rostests rostests