X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=9381b033f4e5cc9991d34ceda0c46d3bc70c41e7;hb=9307f58b4fdf8e139c4fd5de5c3a878b8b12d0b1;hp=7ca73efd9f7aa2118eaef4c083d3ef5fdc930516;hpb=cd341f153d21960fa9727de48c6f6a6b2c9bc684;p=monkeysphere.git diff --git a/Makefile b/Makefile index 7ca73ef..9381b03 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Makefile for monkeysphere -# (c) 2008-2009 Daniel Kahn Gillmor +# © 2008-2010 Daniel Kahn Gillmor # Licensed under GPL v3 or later MONKEYSPHERE_VERSION = `head -n1 packaging/debian/changelog | sed 's/.*(\([^-]*\)-.*/\1/'` @@ -83,8 +83,12 @@ installman: releasenote: ./utils/build-releasenote -test: - MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/keytrans +test: test-keytrans test-basic + +test-basic: MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/basic +test-keytrans: + MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/keytrans + .PHONY: all tarball debian-package freebsd-distinfo clean install installman releasenote test