1 .TH gendesc 1 "LCOV 1.10" 2012\-10\-10 "User Manuals"
3 gendesc \- Generate a test case description file
7 .RB [ \-v | \-\-version ]
10 .RB [ \-o | \-\-output\-filename
15 Convert plain text test case descriptions into a format as understood by
18 needs to observe the following format:
22 one line containing the test case name beginning at the start of the line
25 one or more lines containing the test case description indented with at
26 least one whitespace character (tab or space)
29 .B Example input file:
33 An example test case description.
40 Supposedly the answer to most of your questions
43 Note: valid test names can consist of letters, decimal digits and the
44 underscore character ('_').
50 Print a short help text, then exit.
57 Print version number, then exit.
63 .BI "\-\-output\-filename " filename
65 Write description data to
68 By default, output is written to STDOUT.
71 Peter Oberparleiter <Peter.Oberparleiter@de.ibm.com>