summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@sunet.se>2020-01-03 05:37:50 +0100
committerLinus Nordberg <linus@sunet.se>2020-01-03 05:37:50 +0100
commite2e05057ca1349873280115e8df6e2a1ba024ac3 (patch)
tree9e02951a08271c38337bda0663fcaef7d9d17bc6
parentb51a3148fb5282690192dd2ff2222b002f51d4bb (diff)
expand instructions on running tests
-rw-r--r--p11p-daemon/README.md12
1 files 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: