mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 01:18:06 +00:00
8 lines
139 B
Bash
Executable file
8 lines
139 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source ./tests/startup.sh
|
|
|
|
chmod a+x tests/scripts/*.sh
|
|
|
|
echo "======== PKCS11 Test suite ========"
|
|
./tests/scripts/pkcs11.sh
|