diff options
author | Harald Achitz <harald.achitz@gmail.com> | 2016-12-30 23:43:06 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-30 23:43:06 +0000 |
commit | 6b07215760e6bcaf2a5711f934b046c225fbfb15 (patch) | |
tree | d44ce168a4eded96c24c0c60398033f8d2efcfd7 /development/kcov/README | |
parent | 2b9bb3ea4ca029a3b33db4fa93339bb611d792fa (diff) | |
download | slackbuilds-6b07215760e6bcaf2a5711f934b046c225fbfb15.tar.gz |
development/kcov: Added (code coverage tester).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/kcov/README')
-rw-r--r-- | development/kcov/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/kcov/README b/development/kcov/README new file mode 100644 index 0000000000..3e17423680 --- /dev/null +++ b/development/kcov/README @@ -0,0 +1,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] |