You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

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