reactos/rostests
Pierre Schweitzer 4de2debfbb [KMTESTS:CC]
Introduce tests for Cc :-)
Currently, we only test CcCopyRead for specific alignment matters. It shows that under certain conditions, our Cc doesn't align reads it does, leading to later failure in disk.sys.
This reproduces an error observed with MS FastFAT in ReactOS.

CORE-11003

svn path=/trunk/; revision=71445
2016-05-28 19:59:10 +00:00
..
apitests [APPHELP][APPHELP_APITEST] Implement various VersionLie shims. CORE-11299 #resolve 2016-05-28 17:55:56 +00:00
dibtests
drivers [TCPIP_DRVTEST] 2015-08-30 09:31:23 +00:00
dxtest
kmtests [KMTESTS:CC] 2016-05-28 19:59:10 +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 [SYSICON]: Whitespace fixes only. 2016-02-12 17:21:32 +00:00
winetests [WINTRUST_WINETEST] Import Wine Staging commit bdb15cf (WinVerifyTrust tests), by Sebastian Lackner & Me CORE-10923 2016-05-03 19:29:39 +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

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