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