From daea5a29d70ec92e6aa22bec5abc188d4d456e75 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Tue, 23 Apr 2024 12:02:33 +0200 Subject: [PATCH] Fix tests/README (adapt to meson) Resolves: #381 Signed-off-by: Sergio Arroutbi --- tests/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/README b/tests/README index bc065c2c..9bed8c7e 100644 --- a/tests/README +++ b/tests/README @@ -1,8 +1,11 @@ Tests are currently available for two different software token implementations, NSS's softokn and softhsm (with some limitations). -The easiest way to configure things to run manual tests is to simply make check; -this will create two temporary directories with each token's configurations. +The easiest way to configure things to run manual tests is to simply execute next command from project's root directory: +```bash +meson test -C build +``` +Be aware that previous command might change if a different build directory has been selected. Previous command will create two temporary directories with each token's configurations. After make check has run, set up your environment with: $ source tests/tmp./testvars