Corrected makefiles for all tests and added new application GetSysMetrics.
[reactos.git] / reactos / apps / tests / tests / readme.txt
1 This is a collection of simple tests apps I have ported to the
2 ros build system from wine and other places. Most if not all
3 work great under Win9x,NT,2k and XP. I've fixed and renamed a few
4 of these because the old names didn't really describe them.
5
6 If you feel like messing with this just type make_install and
7 everything will be installed to C:\reactos\bin\tests
8
9 TESTS -
10 GetSystemInfo: Reads from kernel32.dll
11
12 guitest: simple win32 gui test
13
14 hello: another win32 hello window test
15
16 hello2: yet another win32 hello window test
17
18 Mutex: Mutex benchmarks from the wineserver kernel module
19
20 new: example of create new window
21
22 Parent_Child: example of child windows inside of parents
23
24 rolex: a clock program worth $30,000
25
26 volinfo - This gets the volume info for all local and network drives
27 AVOID THIS ON 9X, it works but its very slow.
28
29
30
31