summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-07-11 18:35:49 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-07-11 18:35:49 -0400
commit0538dfc4b534ecc9e6d660bdb540abdbfdf97268 (patch)
tree8794e99298865db94dcacb1fda36fbda35a94493 /Makefile
parent48af03c6bade14ec20256c24ef234cab79e1fb35 (diff)
Test keytrans in addition to testing the basic suite
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5f87a16..1744ea8 100755
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,7 @@ releasenote:
./utils/build-releasenote
test:
+ MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/keytrans
MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/basic
.PHONY: all tarball debian-package freebsd-distinfo clean install installman releasenote test