Files
donut/scripts/mac_local_run_test.sh
2024-02-11 23:47:08 -03:00

10 lines
282 B
Bash
Executable File

#!/bin/bash
source ./scripts/mac_check_deps.sh
export CGO_LDFLAGS="-L$(brew --prefix srt)/lib -lsrt"
export CGO_CFLAGS="-I$(brew --prefix srt)/include/"
# For debugging:
# go test -v -p 1 ./...
# ref https://github.com/golang/go/issues/46959#issuecomment-1407594935
go test ./...