From 108efda9aab317b31bedf64fdf18ad9a8ac4b851 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 22 Oct 2019 15:40:06 +0200 Subject: use a default target testing softhsm without p11p first --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index 0e93502..3c451e8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,6 +10,7 @@ SOFTHSM = /usr/bin/softhsm2-util SOFTHSM_PROVIDER = /usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so P11P_PROVIDER = /usr/lib/x86_64-linux-gnu/pkcs11/p11-kit-client.so +all: direct-softhsm p11p-softhsm p11p-softhsm: testsig.hsm.p11p.pem echo "$(TEXT)" | ./do-verify.sh $< $(P11P_PROVIDER) ./openssl.p11p.cnf $(SOFTHSM_PROVIDER) -- cgit v1.1