blob: 3e17423680bec51aa0fa84a7d56306f082ee8e8a (
plain)
1
2
3
4
5
6
7
|
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]
|