[ROSTESTS] Add a test for the MB_SERVICE_NOTIFICATION flag of the MessageBox*() APIs.
[reactos.git] / modules / 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 The module requires to be enabled during the "configure" process.
10
11 To 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