mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
6b07215760
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
7 lines
347 B
Text
7 lines
347 B
Text
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]
|