aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-02 16:49:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-02 16:49:35 -0400
commitd93a37289406fbeb0cedf05f1c8009f68cdb2570 (patch)
tree91743836be32ceceaa361b5fd1640c12c480ab41 /Makefile
parentc7b0f60fba9f53ed97c43f3ad9a48e7698b97760 (diff)
add a stupid test harness
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e27c1e90..eb74bb727 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,9 @@ else
IKIWIKI=ikiwiki
endif
+test:
+ runghc test.hs
+
docs:
./mdwn2man git-annex 1 doc/git-annex.mdwn > git-annex.1
$(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \