reactos/modules/rostests
Serge Gautherie b012d48d00 [MSI_WINETEST] Fix MSVC_IDE build. (#564)
"reactos-cov\modules\rostests\winetests\msi\msi_winetest.rc(2): error RC2135: file not found: custom.dll [C:\ros_build\modules\rostests\winetests\msi\msi_winetest.vcxproj]".

Output files are written to Debug\ and Release\ subfolders in VSSolution mode, so the RC compiler will only find custom.dll if it knows to look in the right folder.

Thanks to Thomas Faber, who helped.

CORE-11836
2018-06-07 18:27:56 +02:00
..
apitests [USER32_APITEST] RedrawWindow: Add a DestroyWindow() call (#423) 2018-06-05 21:23:21 +02:00
dibtests
drivers
dxtest
kmtests [KMTEST] Check/Wait for start/stop of services to complete 2018-05-17 16:17:36 +01:00
regtests
rosautotest
testdata
tests
win32 [GDI32][LPK] BiDi support for ExtTextOut and GetCharacterPlacement (#534) 2018-05-30 14:41:22 +02:00
winetests [MSI_WINETEST] Fix MSVC_IDE build. (#564) 2018-06-07 18:27:56 +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