Skip to content

Commit

Permalink
Add setup script for testing with Kryoptic module
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Jul 8, 2024
1 parent 7d11078 commit aca58cb
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ endif
test_setup = {
'setup_softokn': {'suite': 'softokn', 'exe': find_program('setup-softokn.sh')},
'setup_softhsm': {'suite': 'softhsm', 'exe': find_program('setup-softhsm.sh')},
'setup_kryoptic': {'suite': 'kryoptic', 'exe': find_program('setup-kryoptic.sh')},
}

foreach name, targs : test_setup
Expand Down
Loading

0 comments on commit aca58cb

Please sign in to comment.