1GTESTER(1) User Commands GTESTER(1)
2
3
4
6 gtester - test running utility
7
9 gtester [option...] [testprogram]
10
12 gtester is a utility to run unit tests that have been written using the
13 GLib test framework.
14
15 When called with the -o option, gtester writes an XML report of the
16 test results, which can be converted into HTML using the gtester-report
17 utility.
18
19 Options
20 -h, --help
21 print help and exit
22
23 -v, --version
24 print version information and exit
25
26 --g-fatal-warnings
27 make warnings fatal
28
29 -k, --keep-going
30 continue running after tests failed
31
32 -l
33 list paths of available test cases
34
35 -m=MODE
36 run test cases in MODE, which can be perf, slow, thorough or quick.
37 The default mode is quick.
38
39 -p=TESTPATH
40 only run test cases matching TESTPATH
41
42 --seed=SEEDSTRING
43 run all test cases with random number seed SEEDSTRING
44
45 -o=LOGFILE
46 write the test log to LOGFILE
47
48 -q, --quiet
49 suppress per test binary output
50
51 --verbose
52 report success per testcase
53
55 gtester-report(1)
56
57
58
59User Commands 06/05/2011 GTESTER(1)