mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-26 12:12:10 +01:00
102 lines
2.1 KiB
Groff
102 lines
2.1 KiB
Groff
'\" t
|
|
.\" Title: gtester
|
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|
.\" Date: 04/19/2010
|
|
.\" Manual: User Commands
|
|
.\" Source: User Commands
|
|
.\" Language: English
|
|
.\"
|
|
.TH "GTESTER" "1" "04/19/2010" "User Commands" "User Commands"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * 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)
|