aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile
blob: 81be214370d433d0aef7881d46c0264b5880fa60 (plain)
1
2
3
4
5
6
7
all:

cover:
	go test -cover -v -coverprofile=cover.dat ./...
	go tool cover -func cover.dat

.PHONY: cover