X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=9381b033f4e5cc9991d34ceda0c46d3bc70c41e7;hb=71d180394c3357d2a99e9f1fc6a2fa7514552da9;hp=7d13c32dbb028ba7d3ac03d7381a2575e26e400c;hpb=820957fe7d0af5ee5d916bd948b2ee0750fe73ea;p=monkeysphere.git diff --git a/Makefile b/Makefile index 7d13c32..9381b03 100755 --- a/Makefile +++ b/Makefile @@ -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