k3s/vendor/github.com/euank/go-kmsg-parser/Makefile

13 lines
180 B
Makefile
Raw Normal View History

2019-01-12 04:58:27 +00:00
.PHONY: all godmesg test test-deps
all: godmesg
godmesg:
go build -o ./bin/godmesg ./cmd/godmesg
test:
go test -v ./...
test-deps:
go get github.com/stretchr/testify/assert