go-emlid/Makefile

4 lines
63 B
Makefile
Raw Normal View History

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