slackbuilds/development/kcov
Matteo Bernardini db0ad18c49
development/kcov: Updated for version 40.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-17 12:59:51 +07:00
..
README
kcov.SlackBuild development/kcov: Updated for version 40. 2022-02-17 12:59:51 +07:00
kcov.info development/kcov: Updated for version 40. 2022-02-17 12:59:51 +07:00
slack-desc

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]