summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJameson Rollins <jrollins@finestructure.net>2010-01-18 10:53:27 -0500
committerJameson Rollins <jrollins@finestructure.net>2010-01-18 10:53:27 -0500
commitd6a9bf7fb5c3811db1cec6ee954515c318057f49 (patch)
tree1bd229f0be527247b197d020fece54d3885397e0 /Makefile
parent3bc5bbd31901a9b93f13e75b162f6a21688f30be (diff)
fix keytrans test to handle possible permuted output of keytrans listfprs from expected order
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile8
1 files changed, 6 insertions, 2 deletions
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