aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/unit++/unit++.1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/unit++/unit++.1')
-rw-r--r--tests/lib/unit++/unit++.127
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/lib/unit++/unit++.1 b/tests/lib/unit++/unit++.1
deleted file mode 100644
index d5895000..00000000
--- a/tests/lib/unit++/unit++.1
+++ /dev/null
@@ -1,27 +0,0 @@
-.hy 0
-.if n .na
-.TH UNIT++ 1 2002-02-23 "Unit++ 1.2"
-.UC
-.SH NAME
-\fBunit++\fB \- run a set of tests
-.SH SYNOPSIS
-.BI "unit++ [-v|--verbose] [-g|--gui] [testid...]
-.SH DESCRIPTION
-.B unit++
-(the usual name) is the resulting program from compiling a set of unit++
-tests, and linking them with the
-.B unit++(3)
-library supplied main function to obtain an executable test suite.
-
-Each test in the test tree has an id, and it is possible to start only some
-of the tests by naming them in the form id1.id2.id3.
-
-The GUI option is only available if the library was compiled with GUI
-support, and the tests has actually linked the GUI stuff as well. Otherwise
-the -g option will provoke an error. Otherwise it will give a Qt based GUI
-that allows running of individual tests, with a nice green (or less nice red)
-bar that shows success (or failure).
-.SH AUTHOR
-Claus Dr�by <[email protected]>
-.SH SEE ALSO
-.BR unit++ (3).