diff options
author | Vincent Richard <[email protected]> | 2005-08-25 21:25:45 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-08-25 21:25:45 +0000 |
commit | 5d18fce959ea74f99a8683c944c96881b2365bb2 (patch) | |
tree | d35b9177115606eedd84bbc64eb11aa21ca72878 /tests/lib/unit++/unit++.1 | |
parent | Fixed undefined symbol 'UNSPECIFIED_PORT'. (diff) | |
download | vmime-5d18fce959ea74f99a8683c944c96881b2365bb2.tar.gz vmime-5d18fce959ea74f99a8683c944c96881b2365bb2.zip |
Moved to CppUnit for unit tests framework.
Diffstat (limited to 'tests/lib/unit++/unit++.1')
-rw-r--r-- | tests/lib/unit++/unit++.1 | 27 |
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). |