EdgexAgent/device-ble-go/vendor/github.com/shoenig/go-m1cpu/Makefile
2025-07-10 20:40:32 +08:00

13 lines
157 B
Makefile

SHELL = bash
default: test
.PHONY: test
test:
@echo "--> Running Tests ..."
@go test -v -race ./...
vet:
@echo "--> Vet Go sources ..."
@go vet ./...