'\" t .\" Title: gtester .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.74.2 .\" Date: 03/13/2009 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" .TH "GTESTER" "1" "03/13/2009" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" gtester \- test running utility .SH "SYNOPSIS" .HP \w'\fBgtester\fR\ 'u \fBgtester\fR [option...] [testprogram] .SH "DESCRIPTION" .PP \fBgtester\fR is a utility to run unit tests that have been written using the GLib test framework\&. .PP When called with the \fB\-o\fR option, \fBgtester\fR writes an XML report of the test results, which can be converted into HTML using the \fBgtester\-report\fR utility\&. .SS "Options" .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 print help and exit .RE .PP \fB\-v\fR, \fB\-\-version\fR .RS 4 print version information and exit .RE .PP \fB\-\-g\-fatal\-warnings\fR .RS 4 make warnings fatal .RE .PP \fB\-k\fR, \fB\-\-keep\-going\fR .RS 4 continue running after tests failed .RE .PP \fB\-l\fR .RS 4 list paths of available test cases .RE .PP \fB\-m=\fR\fB\fIMODE\fR\fR .RS 4 run test cases in \fIMODE\fR, which can be perf, slow, thorough or quick\&. The default mode is quick\&. .RE .PP \fB\-p=\fR\fB\fITESTPATH\fR\fR .RS 4 only run test cases matching \fITESTPATH\fR .RE .PP \fB\-\-seed=\fR\fB\fISEEDSTRING\fR\fR .RS 4 run all test cases with random number seed \fISEEDSTRING\fR .RE .PP \fB\-o=\fR\fB\fILOGFILE\fR\fR .RS 4 write the test log to \fILOGFILE\fR .RE .PP \fB\-q\fR, \fB\-\-quiet\fR .RS 4 suppress per test binary output .RE .PP \fB\-\-verbose\fR .RS 4 report success per testcase .RE .SH "SEE ALSO" .PP \fBgtester\-report\fR(1)