From e2e05057ca1349873280115e8df6e2a1ba024ac3 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 3 Jan 2020 05:37:50 +0100 Subject: expand instructions on running tests --- p11p-daemon/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/p11p-daemon/README.md b/p11p-daemon/README.md index 6e725b2..8c7e7b9 100644 --- a/p11p-daemon/README.md +++ b/p11p-daemon/README.md @@ -51,12 +51,20 @@ Compile: $ cd p11p-daemon $ make -## Configure +## Configure p11p-daemon For now, see config/sys.config for how to configure virtual tokens, each with one or more PKCS #11 modules, i.e. shared libraries. -## Run +## Run tests + + $ sudo apt install softhsm2 gnutls-bin libengine-pkcs11-openssl + $ make -C tests + +# Manual testing + + $ make -C p11p-daemon start + To start an Erlang shell running the p11p application: -- cgit v1.1