slackbuilds_ponce/development/kcov/README

8 lines
347 B
Text
Raw Normal View History

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]