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

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]