[NTOS:KD]
[reactos.git] / rostests / readme.txt
1 ====================
2 ReactOS Tests
3 ====================
4
5 This directory contains various tests for ReactOS.
6 Make sure you also have a copy of the rest of the ReactOS
7 source before you attempt to build anything in this module.
8 It is to be placed under "modules" subdirectory of a trunk checkout.
9 No additional changes to build files are necessary, it'll be picked up
10 automatically.
11
12 To include "rostests" in your build folder:
13 1. Copy the rostests folder into the reactos\modules folder, or
14 2. Link reactos/modules/rostests to rostests
15
16 # For Windows users
17
18 cd %%_ROSSOURCEDIR%%\reactos\modules
19 mklink /j rostests %%_ROSSOURCEDIR%%\rostests
20
21 # For UNIX users
22
23 cd \$$_ROSSOURCEDIR/reactos/modules
24 ln -s \$$_ROSSOURCEDIR/rostests rostests