X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=710d77963e658ec8e6be2fdcc3e9d930cc2445c6;hb=351bf22e962c7ba6da5ee3d8cec9d77264673c88;hp=7ca73efd9f7aa2118eaef4c083d3ef5fdc930516;hpb=cd341f153d21960fa9727de48c6f6a6b2c9bc684;p=monkeysphere.git diff --git a/Makefile b/Makefile index 7ca73ef..710d779 100755 --- a/Makefile +++ b/Makefile @@ -2,10 +2,10 @@ # 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/'` +MONKEYSPHERE_VERSION = `head -n1 changelog | sed 's/.*(\([^-]*\)).*/\1/'` # these defaults are for debian. porters should probably adjust them # before calling make install @@ -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