Reactos
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.
9The module requires to be enabled during the "configure" process.
10
11To include the module in your build folder, run the configure script with the flags -DENABLE_ROSTESTS=1
12
13# For Windows users
14
15 configure.cmd -DENABLE_ROSTESTS=1
16
17# For UNIX users
18
19 ./configure.sh -DENABLE_ROSTESTS=1