mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 08:11:38 +08:00
* [KMTEST] Initial usermode support for testing FS mini-filters - Add base routines to wrap the win32 'Filter' APis - Add support routines to be used when testing FS filter drivers - Move KmtCreateService to a private routine so it can be shared with KmtFltCreateService - Completely untested at the mo, so likely contains bugs at this point
====================
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