X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=modules%2Frostests%2Freadme.txt;h=8c4b9428b6d14fccae10ae824fca81c14332b58d;hp=639bfd7a54ee84d52d919a533d6bc45e384351c6;hb=3a071a19efe3ff48b5f05c39c0843dee1fa8df7d;hpb=c2c66aff7dacc62d125f2cd61d1167e9a2aa3fd6 diff --git a/modules/rostests/readme.txt b/modules/rostests/readme.txt index 639bfd7a54e..8c4b9428b6d 100644 --- a/modules/rostests/readme.txt +++ b/modules/rostests/readme.txt @@ -6,19 +6,14 @@ 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. +The module requires to be enabled during the "configure" process. -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 +To include the module in your build folder, run the configure script with the flags -DENABLE_ROSTESTS=1 # For Windows users - cd %%_ROSSOURCEDIR%%\reactos\modules - mklink /j rostests %%_ROSSOURCEDIR%%\rostests + configure.cmd -DENABLE_ROSTESTS=1 # For UNIX users - cd \$$_ROSSOURCEDIR/reactos/modules - ln -s \$$_ROSSOURCEDIR/rostests rostests + ./configure.sh -DENABLE_ROSTESTS=1