diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-01 13:20:07 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-01 13:20:07 -0500 |
commit | defa3f1f158ee1baccdfdcab7db970380b39dd26 (patch) | |
tree | d1384884e8367329193c7126fdfb711761581517 | |
parent | d506b0de7c385ffaf5801d93966c2515b9d1c101 (diff) |
added "test" target for make
-rwxr-xr-x | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |