|
NAMEgendesc - Generate a test case description fileSYNOPSISgendesc [-h|--help] [-v|--version][-o|--output-filename filename] inputfile DESCRIPTIONConvert plain text test case descriptions into a format as understood by genhtml. inputfile needs to observe the following format:For each test case:
Example input file: test01 An example test case description.
Description continued test42 Supposedly the answer to most of your questions
Note: valid test names can consist of letters, decimal digits and the underscore character ('_'). OPTIONS-h--help Print a short help text, then exit.
-v
Print version number, then exit.
-o filename
Write description data to filename.
By default, output is written to STDOUT. AUTHORPeter Oberparleiter <Peter.Oberparleiter@de.ibm.com>SEE ALSOlcov(1), genhtml(1), geninfo(1), genpng(1), gcov(1)
Visit the GSP FreeBSD Man Page Interface. |