mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 12:20:24 +00:00
8 lines
326 B
Makefile
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 ./...
|