diff options
author | Mark D. Roth <roth@google.com> | 2016-08-02 14:07:00 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-08-02 14:07:00 -0700 |
commit | 85c1168d1798db92bc2fb063c3fd8c5162535401 (patch) | |
tree | d1bd9eaa5b403fefee736f854877b39c8b90e965 /test/core/census/README | |
parent | 657a15bcd5763320c8dd63e7582ea467dd4021a4 (diff) | |
parent | 5c3877e70f97e12242326fe628a2ced2d97995be (diff) |
Merge remote-tracking branch 'upstream/master' into filter_api
Diffstat (limited to 'test/core/census/README')
-rw-r--r-- | test/core/census/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/core/census/README b/test/core/census/README new file mode 100644 index 0000000000..d5363b7233 --- /dev/null +++ b/test/core/census/README @@ -0,0 +1,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 |