9 lines
139 B
Bash
Executable File
9 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
|