Ви не можете вибрати більше 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