summaryrefslogtreecommitdiff
path: root/development/kcov/README
diff options
context:
space:
mode:
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]