reactos/rostests
Pierre Schweitzer 7d2b56ccb0 [NTDLL_APITEST]
RtlGenerate8dot3Name: show that we don't deal correctly with checksums while generating short names.

Dedicated to Christoph

svn path=/trunk/; revision=72666
2016-09-13 09:57:52 +00:00
..
apitests [NTDLL_APITEST] 2016-09-13 09:57:52 +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 [ROSTESTS] 2015-08-10 11:42:19 +00:00
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 [USER32_WINETEST] Enable the skipped part of clipboard.c as the issue documented in CORE-11953 doesn't happen in the KVM testbot. 2016-09-08 09:36:26 +00:00
.gitignore
CMakeLists.txt But do not compile by default those extra tests. Colin, it is curious that when rosautotest encounters a test EXE that it doesn't like, it just completely bails out the test session. This should be fixed/behaviour improved. 2016-02-12 15:24:30 +00:00
COPYING
readme.txt [ROS***]: Add few more information in the readme's. 2015-01-29 00:15:35 +00:00

====================
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