logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gendesc - Generate a test case description file

Author

       Peter Oberparleiter <Peter.Oberparleiter@de.ibm.com>

Description

       Convert  plain  text  test  case descriptions into a format as understood by genhtml.  inputfile needs to
       observe the following format:

       For each test case:

            - one line containing the test case name beginning at the start of the line

            - one or more lines containing the test case description  indented  with  at  least  one  whitespace
              character (tab or space)

       Exampleinputfile:

       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 ('_').

Name

       gendesc - Generate a test case description file

Options

-h--help
              Print a short help text, then exit.

       -v--version
              Print version number, then exit.

       -ofilename--output-filenamefilename
              Write description data to filename.

              By default, output is written to STDOUT.

See Also

lcov(1), genhtml(1), geninfo(1), genpng(1), gcov(1)

       https://github.com/linux-test-project/lcov

2025-01-17                                          LCOV 2.0                                          gendesc(1)

Synopsis

gendesc [-h|--help] [-v|--version]
               [-o|--output-filenamefilename]
               inputfile

See Also