GTESTER() | GTESTER() |
NAME
gtester - test running utility
SYNOPSIS
gtester [OPTION…] test-program
DESCRIPTION
gtester is a utility to run unit tests that have been written using the GLib test framework.
Since GLib 2.62, gtester-report is deprecated. Use TAP for reporting test results instead, and feed it to the test harness provided by your build system.
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.
OPTIONS
-h, --help
-v, --verbose
--g-fatal-warnings
-k, --keep-going
-l
-m=<MODE>
- perf
Run performance tests.
- slow, thorough
Run slow tests, or repeat non-deterministic tests more often.
- quick
Do not run slow or performance tests, or do extra repeats of non-deterministic tests (default).
- undefined
Run test cases that deliberately provoke checks or assertion failures, if implemented (default).
- no-undefined
Do not run test cases that deliberately provoke checks or assertion failures.
-p=<TEST-PATH>
-s=<TEST-PATH>
--seed=<SEED-STRING>
-o=<LOG-FILE>
-q, --quiet
--verbose
SEE ALSO
<gtester-report(1)>