Files
go-emlid/Makefile
2024-08-01 16:14:09 +02:00

4 lines
63 B
Makefile

GOTEST_ARGS ?= -v -count=1
test:
go test $(GOTEST_ARGS) ./...