From: Daniel Kahn Gillmor Date: Sat, 11 Jul 2009 22:35:49 +0000 (-0400) Subject: Test keytrans in addition to testing the basic suite X-Git-Tag: monkeysphere_0.25~24^2~3 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=0538dfc4b534ecc9e6d660bdb540abdbfdf97268 Test keytrans in addition to testing the basic suite --- 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