reactos/rostests
2016-09-18 16:20:20 +00:00
..
apitests [ATL_APITEST] Update CImage apitest to be in line with the CSimpleArray / CSimpleMap tests. Patch from Katayama Hirofumi MZ. CORE-11946 #resolve #comment Thanks! 2016-09-15 19:42:45 +00:00
dibtests
drivers Remove extra ending semicolons in our C code base. 2016-08-11 16:50:41 +00:00
dxtest
kmtests [KMTEST] 2016-09-04 23:15:08 +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 [WS2_32_WINETEST] Disable test_address_list_query() as the ioctl is not supported yet by winsock helper dll (wshtcpip.dll) and the test is assuming there is info returned which is wrong and crashes. By Peter Hater. CORE-10440 CORE-12000 2016-09-18 16:20:20 +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