aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/census/README
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-08-02 14:07:00 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-08-02 14:07:00 -0700
commit85c1168d1798db92bc2fb063c3fd8c5162535401 (patch)
treed1bd9eaa5b403fefee736f854877b39c8b90e965 /test/core/census/README
parent657a15bcd5763320c8dd63e7582ea467dd4021a4 (diff)
parent5c3877e70f97e12242326fe628a2ced2d97995be (diff)
Merge remote-tracking branch 'upstream/master' into filter_api
Diffstat (limited to 'test/core/census/README')
-rw-r--r--test/core/census/README7
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