blob: d5363b72333b04292ba53a497b6b4f2e2ef911cf [file] [log] [blame]
Alistair Veitch4aaba752016-06-02 17:11:46 -07001Test source and data files for Census.
2
3binary proto files (*.pb) in data directory are generated from the *.txt file,
4via:
5
6BASE="filename"
7cat $BASE.txt | protoc --encode=google.census.Resource census.proto > $BASE.pb