summaryrefslogtreecommitdiff
path: root/docs/tests.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tests.md')
-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.