ceph-csi/vendor/github.com/gogo/protobuf/test/issue427/Makefile
2018-12-19 15:29:25 +01:00

8 lines
326 B
Makefile

test:
go install github.com/gogo/protobuf/protoc-gen-gogo
go install github.com/gogo/protobuf/protoc-min-version
go get -u golang.org/x/net/context
go get -u google.golang.org/grpc
protoc-min-version --version="3.0.0" --gogo_out=plugins=grpc:. --proto_path=../../../../../:../../protobuf/:. issue427.proto
go test ./...