aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-05-18 15:44:06 -0700
committerGravatar yang-g <yangg@google.com>2016-05-18 16:15:15 -0700
commitdf012d048ac4ad50575da8ba729c486f8072bf0d (patch)
treeb61c97d05b16fc8e7568190e8e89f7306e24df42 /tools/run_tests
parent8010daaf2b0c0308b0838c555535d4efa6e361bc (diff)
Add proto file support in grpc_cli
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/sources_and_headers.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index 3866ebb0e5..c8502907a8 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -4377,6 +4377,7 @@
"test/cpp/util/byte_buffer_proto_helper.h",
"test/cpp/util/cli_call.h",
"test/cpp/util/create_test_channel.h",
+ "test/cpp/util/proto_file_parser.h",
"test/cpp/util/string_ref_helper.h",
"test/cpp/util/subprocess.h",
"test/cpp/util/test_credentials_provider.h"
@@ -4392,6 +4393,8 @@
"test/cpp/util/cli_call.h",
"test/cpp/util/create_test_channel.cc",
"test/cpp/util/create_test_channel.h",
+ "test/cpp/util/proto_file_parser.cc",
+ "test/cpp/util/proto_file_parser.h",
"test/cpp/util/string_ref_helper.cc",
"test/cpp/util/string_ref_helper.h",
"test/cpp/util/subprocess.cc",