Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

14 lignes
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