mirror of
https://github.com/safing/portmaster
synced 2025-04-07 12:39:09 +00:00
8 lines
116 B
Bash
Executable file
8 lines
116 B
Bash
Executable file
#!/bin/sh
|
|
echo Running tests
|
|
echo ========================
|
|
cd protocol
|
|
cargo test
|
|
|
|
cd ../kextinterface
|
|
go test -v .
|