table of contents
- bookworm 2.74.6-2+deb12u5
GTESTER(1) | User Commands | GTESTER(1) |
NAME¶
gtester - test running utility
SYNOPSIS¶
gtester [OPTION...] [testprogram]
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, --version
--g-fatal-warnings
-k, --keep-going
-l
-m=MODE
perf
slow, thorough
quick
undefined
no-undefined
-p=TESTPATH
-s=TESTPATH
--seed=SEEDSTRING
-o=LOGFILE
-q, --quiet
--verbose
SEE ALSO¶
GLib |