summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-28 17:04:55 +0100
committernorly <ny-git@enpas.org>2015-02-24 00:18:27 +0100
commit8df7b5caba6d0c8909fe9e637544be0b1555531c (patch)
tree4ea20ade109b681cceada2f7f037f1aec9ce9d62 /docs
parentd0eb1cc5d50fd7355028d338f71a98609a0c1520 (diff)
Document tests
Diffstat (limited to 'docs')
-rw-r--r--docs/tests.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/tests.md b/docs/tests.md
new file mode 100644
index 0000000..b65fb66
--- /dev/null
+++ b/docs/tests.md
@@ -0,0 +1,11 @@
+Automated testing
+=================
+
+centaur comes with a suite of automated tests. Run
+ make check
+in the top-level directory to build elfucli and run the tests.
+
+Temporary files will be created in tests/build/ and cleaned
+up on 'make clean'.
+
+See the test scripts themselves for more specific documentation.