blob: d5363b72333b04292ba53a497b6b4f2e2ef911cf (
plain)
1
2
3
4
5
6
7
|
Test source and data files for Census.
binary proto files (*.pb) in data directory are generated from the *.txt file,
via:
BASE="filename"
cat $BASE.txt | protoc --encode=google.census.Resource census.proto > $BASE.pb
|