summaryrefslogtreecommitdiff
path: root/development/kcov/README
diff options
context:
space:
mode:
authorHarald Achitz <harald.achitz@gmail.com>2016-12-30 23:43:06 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2016-12-30 23:43:06 +0000
commit6b07215760e6bcaf2a5711f934b046c225fbfb15 (patch)
treed44ce168a4eded96c24c0c60398033f8d2efcfd7 /development/kcov/README
parent2b9bb3ea4ca029a3b33db4fa93339bb611d792fa (diff)
downloadslackbuilds-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/README7
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]