go-emlid/Makefile

4 lines
60 B
Makefile
Raw Permalink Normal View History

GOTEST_ARGS ?= -count=1
2024-07-30 14:28:39 +02:00
test:
go test $(GOTEST_ARGS) ./...