slackbuilds/development/kcov
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/kcov: Added (code coverage tester). 2016-12-30 23:43:06 +00:00
kcov.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
kcov.info development/kcov: Added (code coverage tester). 2016-12-30 23:43:06 +00:00
slack-desc development/kcov: Added (code coverage tester). 2016-12-30 23:43:06 +00:00

README

Kcov is a code coverage tester for compiled programs, Python scripts
and shell scripts. It allows collecting code coverage information from
executables without special command-line arguments, and continuously
produces output from long-running applications.

Using kcov is as simple as
  $ kcov /path/to/outdir executable [args for the executable]