blob: 5a8131e2c823544ca71a4494ad4ea11645118f53 [file] [log] [blame]
#!/bin/bash
trap "pkill -2 -P $$; wait" SIGINT SIGTERM EXIT
echo "[+] Running module test: protected_fs_rs ..."
cd ../teaclave_common/protected_fs_rs
cargo test