mirror of
https://github.com/aler9/gortsplib
synced 2025-11-02 21:14:07 +08:00
@@ -6,13 +6,16 @@ endif
|
||||
test-examples:
|
||||
go build -o /dev/null ./examples/...
|
||||
|
||||
test-internal:
|
||||
go test -v $(RACE) -coverprofile=coverage-internal.txt ./internal/...
|
||||
|
||||
test-pkg:
|
||||
go test -v $(RACE) -coverprofile=coverage-pkg.txt ./pkg/...
|
||||
|
||||
test-root:
|
||||
go test -v $(RACE) -coverprofile=coverage-root.txt .
|
||||
|
||||
test-nodocker: test-examples test-pkg test-root
|
||||
test-nodocker: test-examples test-internal test-pkg test-root
|
||||
|
||||
define DOCKERFILE_TEST
|
||||
ARG ARCH
|
||||
|
||||
Reference in New Issue
Block a user