您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

14 行
396 B

  1. # Copy textproto files in this directory from the source of truth.
  2. SRC=$(GOPATH)/src/github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore
  3. .PHONY: refresh-tests
  4. refresh-tests:
  5. -rm genproto/*.pb.go
  6. cp $(SRC)/genproto/*.pb.go genproto
  7. -rm testdata/*.textproto
  8. cp $(SRC)/testdata/*.textproto testdata
  9. openssl dgst -sha1 $(SRC)/testdata/test-suite.binproto > testdata/VERSION