diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-07-11 18:35:49 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-07-11 18:35:49 -0400 |
commit | 0538dfc4b534ecc9e6d660bdb540abdbfdf97268 (patch) | |
tree | 8794e99298865db94dcacb1fda36fbda35a94493 | |
parent | 48af03c6bade14ec20256c24ef234cab79e1fb35 (diff) |
Test keytrans in addition to testing the basic suite
-rwxr-xr-x | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |