safing-portmaster/windows_kext/test_protocol.sh
2024-05-16 17:29:24 +03:00

8 lines
116 B
Bash
Executable file

#!/bin/sh
echo Running tests
echo ========================
cd protocol
cargo test
cd ../kextinterface
go test -v .