diff options
| author | Laurent Richard <[email protected]> | 2004-10-07 11:02:31 +0000 |
|---|---|---|
| committer | Laurent Richard <[email protected]> | 2004-10-07 11:02:31 +0000 |
| commit | 27fb7a5b96462dc22fff821789ad382804579b28 (patch) | |
| tree | 90eff8fc95db9e9b1a32da52dc993da6a2cf2f77 /tests/lib/unit++/unit++.1 | |
| parent | Added FLAG_PASSED message flag to indicate a forwarded message (used in maild... (diff) | |
| download | vmime-27fb7a5b96462dc22fff821789ad382804579b28.tar.gz vmime-27fb7a5b96462dc22fff821789ad382804579b28.zip | |
New unit test system: Unit++.
Added test for header::getAllByName/Type
Diffstat (limited to 'tests/lib/unit++/unit++.1')
| -rw-r--r-- | tests/lib/unit++/unit++.1 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/lib/unit++/unit++.1 b/tests/lib/unit++/unit++.1 new file mode 100644 index 00000000..d5895000 --- /dev/null +++ b/tests/lib/unit++/unit++.1 @@ -0,0 +1,27 @@ +.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). |
