• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
t
Title: gtester
Author: [FIXME: author] [see http://docbook.sf.net/el/author]
Generator: DocBook XSL Stylesheets v1.74.2 <http://docbook.sf.net/>
Date: 03/13/2009
Manual: [FIXME: manual]
Source: [FIXME: source]
Language: English

"GTESTER" "1" "03/13/2009" "[FIXME: source]" "[FIXME: manual]"
-----------------------------------------------------------------
* set default formatting
-----------------------------------------------------------------
disable hyphenation
disable justification (adjust text to left margin only)
-----------------------------------------------------------------
* MAIN CONTENT STARTS HERE *
-----------------------------------------------------------------
"NAME"
gtester - test running utility
"SYNOPSIS"

\w'gtester 'u gtester [option...] [testprogram]

"DESCRIPTION"

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.

"Options"

-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=MODE

run test cases in MODE, which can be perf, slow, thorough or quick. The default mode is quick.

-p=TESTPATH

only run test cases matching TESTPATH

--seed=SEEDSTRING

run all test cases with random number seed SEEDSTRING

-o=LOGFILE

write the test log to LOGFILE

-q, --quiet

suppress per test binary output

--verbose

report success per testcase

"SEE ALSO"

gtester-report(1)