projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d506b0d
)
added "test" target for make
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sun, 1 Mar 2009 18:20:07 +0000
(13:20 -0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Sun, 1 Mar 2009 18:20:07 +0000
(13:20 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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