reactos/modules/rostests
Joachim Henze 4cc55d4f0c [0.4.7][NTPRINT_WINETEST] Remove a crashing test for a dll we don't have anymore CORE-18104
picked from 0.4.9-dev-269-g 0dff328003

addendum to the removal of ntprint in 1ea68e0e6d == SVN r67576 == 0.3.x
2022-03-28 19:02:53 +02:00
..
apitests [0.4.7][NTDLL_APITEST] Mute 1 MSVC2010SP1 x86 dbg warning C4717 CORE-18104 2022-03-28 14:14:54 +02:00
dibtests
drivers
dxtest
kmtests [KMTEST] Initial usermode support for testing FS mini-filters (#81) 2017-10-25 10:39:55 +01:00
regtests
rosautotest
testdata
tests
win32 Add .gitattributes and .gitignore files and normalize line endings in the repository (#10) 2017-10-04 20:37:32 +02:00
winetests [0.4.7][NTPRINT_WINETEST] Remove a crashing test for a dll we don't have anymore CORE-18104 2022-03-28 19:02:53 +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.
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