summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-01 13:20:07 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-01 13:20:07 -0500
commitdefa3f1f158ee1baccdfdcab7db970380b39dd26 (patch)
treed1384884e8367329193c7126fdfb711761581517 /Makefile
parentd506b0de7c385ffaf5801d93966c2515b9d1c101 (diff)
added "test" target for make
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c6077e..07e8fb9 100755
--- a/Makefile
+++ b/Makefile
@@ -76,4 +76,7 @@ installman:
releasenote:
./utils/build-releasenote
-.PHONY: all tarball debian-package freebsd-distinfo clean install installman releasenote
+test:
+ ./tests/basic
+
+.PHONY: all tarball debian-package freebsd-distinfo clean install installman releasenote test