GTESTER(1) | User Commands | GTESTER(1) |
NAME
gtester - test running utilitySYNOPSIS
gtester [OPTION...] [testprogram]
DESCRIPTION
gtester is a utility to run unit tests that have been written using the GLib test framework.OPTIONS
-h, --help
print help and exit
print version information and exit
make warnings fatal
continue running after tests failed
list paths of available test cases
run test cases in MODE, which can be one of:
perf
slow, thorough
quick
undefined
no-undefined
run performance tests
run slow tests, or repeat non-deterministic tests more often
do not run slow or performance tests, or do extra repeats of non-deterministic tests (default)
run test cases that deliberately provoke checks or assertion failures, if implemented (default)
do not run test cases that deliberately provoke checks or assertion failures
only run test cases matching TESTPATH
skip test cases matching TESTPATH
run all test cases with random number seed SEEDSTRING
write the test log to LOGFILE
suppress per test binary output
report success per testcase
SEE ALSO
gtester-report(1)GLib |