rclone/vendor/cloud.google.com/go/firestore/testdata/Makefile
2018-01-16 13:20:59 +00:00

11 lines
287 B
Makefile

# Copy textproto files in this directory from the source of truth.
SRC=$(GOPATH)/src/github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/testdata
.PHONY: refresh
refresh:
-rm *.textproto
cp $(SRC)/*.textproto .
openssl dgst -sha1 $(SRC)/tests.binprotos > VERSION