diff options
author | kpayson64 <kpayson@google.com> | 2016-07-21 17:11:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 17:11:36 -0700 |
commit | b8208ff79a7bc87c5a4ba420b0f096b63e09a067 (patch) | |
tree | a9afd049f2f874213d531e9ecdaab29e2f116c7a /tools | |
parent | b8e26c021718758c2a0b2e73757580476d995498 (diff) | |
parent | 9cb9445155804fb65af100b9747d467254fb7ca6 (diff) |
Merge pull request #7269 from y-zeng/cli_call
Support server reflection in CLI
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index e3cfd55cd6..4a27a1d875 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -2133,6 +2133,7 @@ "gpr_test_util", "grpc", "grpc++", + "grpc++_reflection", "grpc++_test_config", "grpc++_test_util", "grpc_cli_libs", @@ -4460,11 +4461,13 @@ { "deps": [ "grpc++", + "grpc++_reflection", "grpc_plugin_support" ], "headers": [ "test/cpp/util/cli_call.h", - "test/cpp/util/proto_file_parser.h" + "test/cpp/util/proto_file_parser.h", + "test/cpp/util/proto_reflection_descriptor_database.h" ], "language": "c++", "name": "grpc_cli_libs", @@ -4472,7 +4475,9 @@ "test/cpp/util/cli_call.cc", "test/cpp/util/cli_call.h", "test/cpp/util/proto_file_parser.cc", - "test/cpp/util/proto_file_parser.h" + "test/cpp/util/proto_file_parser.h", + "test/cpp/util/proto_reflection_descriptor_database.cc", + "test/cpp/util/proto_reflection_descriptor_database.h" ], "third_party": false, "type": "lib" |