summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-01-06 19:01:55 +0000
committerLars Wirzenius <liw@liw.fi>2014-01-06 19:01:55 +0000
commitf0bb27cf91cd91d208e19e5da0120c1dbd19637a (patch)
tree8cd89f62bb063eba3661593afed95489f80900bc /README
parentd0ba461186d76a6a2d1944a7f702fe5d3dfcfa6f (diff)
downloadcliapp-f0bb27cf91cd91d208e19e5da0120c1dbd19637a.tar.gz
Add test suite instructions to README
Reported-by: Sam Thursfield
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 1fd7a39..6e05048 100644
--- a/README
+++ b/README
@@ -22,6 +22,13 @@ cliapp version numbers are of the form `API.DATE`, where `API` starts
at 1, and gets incremented if the application API changes in an
incompatible way. `DATE` is the date of the release.
+Hacking
+-------
+
+To run the test suite:
+
+ make clean check
+
Legalese
--------