diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-01-18 10:53:27 -0500 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-01-18 10:53:27 -0500 |
commit | d6a9bf7fb5c3811db1cec6ee954515c318057f49 (patch) | |
tree | 1bd229f0be527247b197d020fece54d3885397e0 /Makefile | |
parent | 3bc5bbd31901a9b93f13e75b162f6a21688f30be (diff) |
fix keytrans test to handle possible permuted output of keytrans listfprs from expected order
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |