reactos/rostests
Amine Khaldi e16af6724e [RICHED20_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72306
2016-08-18 10:41:23 +00:00
..
apitests [WIN32NT_APITEST] Add some NtUserCreateWindowEx tests by Sylvain Deverre. ROSTESTS-237 2016-08-17 17:53:11 +00:00
dibtests
drivers Remove extra ending semicolons in our C code base. 2016-08-11 16:50:41 +00:00
dxtest
kmtests [KMTESTS:FSRTL] 2016-08-10 20:50:36 +00:00
regtests
rosautotest * Addendum to r71184. CORE-9111 2016-04-20 12:39:37 +00:00
testdata
tests * Addendum to r71184. CORE-9111 2016-04-20 12:39:37 +00:00
win32 [ROSTESTS]: Add an interactive test that tests some parts of the event log service. 2016-08-14 19:15:54 +00:00
winetests [RICHED20_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866 2016-08-18 10:41:23 +00:00
.gitignore
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.
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