Matteo Bernardini db0ad18c49 development/kcov: Updated for version 40. 2 年之前
..
README 6b07215760 development/kcov: Added (code coverage tester). 7 年之前
kcov.SlackBuild db0ad18c49 development/kcov: Updated for version 40. 2 年之前
kcov.info db0ad18c49 development/kcov: Updated for version 40. 2 年之前
slack-desc 6b07215760 development/kcov: Added (code coverage tester). 7 年之前

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]