added "test" target for make
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 1 Mar 2009 18:20:07 +0000 (13:20 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 1 Mar 2009 18:20:07 +0000 (13:20 -0500)
Makefile

index 2c6077e463c0efb305cc500a4852943395aecb67..07e8fb972825f1cc36246f127d217ac3fd3a06f0 100755 (executable)
--- 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