1gendesc(1) User Manuals gendesc(1)
2
3
4
6 gendesc - Generate a test case description file
7
9 gendesc [-h|--help] [-v|--version]
10 [-o|--output-filename filename]
11 inputfile
12
14 Convert plain text test case descriptions into a format as understood
15 by genhtml. inputfile needs to observe the following format:
16
17 For each test case:
18
19 - one line containing the test case name beginning at the start of
20 the line
21
22 - one or more lines containing the test case description indented
23 with at least one whitespace character (tab or space)
24
25 Example input file:
26
27 test01
28 An example test case description.
29 Description continued
30
31 test42
32 Supposedly the answer to most of your questions
33
34 Note: valid test names can consist of letters, decimal digits and the
35 underscore character ('_').
36
38 -h
39 --help
40 Print a short help text, then exit.
41
42 -v
43 --version
44 Print version number, then exit.
45
46
47 -o filename
48 --output-filename filename
49 Write description data to filename.
50
51 By default, output is written to STDOUT.
52
54 Peter Oberparleiter <Peter.Oberparleiter@de.ibm.com>
55
56
58 lcov(1), genhtml(1), geninfo(1), genpng(1), gcov(1)
59
60
61
622016-12-19 LCOV 1.13 gendesc(1)