aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-09 15:38:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-09 15:43:13 +1200
commitcdbb04af38341299cb04f744555d782b0ab33ae3 (patch)
tree4b9cdd6d9e5aca59ab3326611604c72c480d63ba /README.markdown
parentCategorise missing arg as usage error (diff)
downloadcheckem-cdbb04af38341299cb04f744555d782b0ab33ae3.tar.gz (sig)
checkem-cdbb04af38341299cb04f744555d782b0ab33ae3.zip
Add janky test suitev2.6
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 28cb8e1..2448d39 100644
--- a/README.markdown
+++ b/README.markdown
@@ -20,6 +20,10 @@ You can define a `PREFIX` to install it elsewhere:
$ make install PREFIX="$HOME"/.local
+There's a (presently) very basic test suite:
+
+ $ make test
+
Q&A
---