Skip to content

Commit

Permalink
Fix tests/README (adapt to meson)
Browse files Browse the repository at this point in the history
Resolves: #381

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi committed Apr 23, 2024
1 parent c822c11 commit daea5a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/README
Original file line number Diff line number Diff line change
@@ -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.<softokn|softhsm>/testvars
Expand Down

0 comments on commit daea5a2

Please sign in to comment.