slackbuilds_ponce/development/kcov
Harald Achitz 6b07215760 development/kcov: Added (code coverage tester).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-12-30 23:43:06 +00:00
..
kcov.info
kcov.SlackBuild
README
slack-desc

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]