1==================== 2ReactOS Tests 3==================== 4 5This directory contains various tests for ReactOS. 6Make sure you also have a copy of the rest of the ReactOS 7source before you attempt to build anything in this module. 8It is to be placed under "modules" subdirectory of a trunk checkout. 9No additional changes to build files are necessary, it'll be picked up 10automatically. 11 12To include "rostests" in your build folder: 131. Copy the rostests folder into the reactos\modules folder, or 142. 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 25