GLib Reference Manual |
---|
gtestergtester — test running utility |
gtester
[option...] [testprogram]
gtester is a utility to run unit tests that have been written using the GLib test framework.
When called with the -o
option, gtester
writes an XML report of the test results, which can be converted
into HTML using the gtester-report utility.
-h , --help |
print help and exit |
-v , --version |
print version information and exit |
--g-fatal-warnings |
make warnings fatal |
-k , --keep-going |
continue running after tests failed |
-l |
list paths of available test cases |
-m= |
run test cases in |
-p= |
only run test cases matching |
--seed= |
run all test cases with random number seed |
-o= |
write the test log to |
-q , --quiet |
suppress per test binary output |
--verbose |
report success per testcase |