diff options
author | Linus Nordberg <linus@sunet.se> | 2019-07-02 19:56:50 +0200 |
---|---|---|
committer | Linus Nordberg <linus@sunet.se> | 2019-07-02 19:56:50 +0200 |
commit | 276df0ce97940302c151273524f7e17e7d80588f (patch) | |
tree | 6a18716ce11bfd5d17b1cc3c772b1f505957290c | |
parent | 9adda3b3d423fe09e1bba48593097ad7b179b9bc (diff) |
remove unused target
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile index 9d83a7e..309dc59 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -46,9 +46,6 @@ testsig.hsm.pem: softhsm-token-setup testsig.hsm.p11p.pem: softhsm-token-setup echo "$(TEXT)" | ./do-sign.sh $@ $(P11P_PROVIDER) ./openssl.p11p.cnf $(SOFTHSM_PROVIDER) -server-running: -# FIXME: use env printed to do 'p11-kit server --kill', at some point - clean: -rm -r softhsm -rm softhsm-token-setup.stamp |