diff options
author | Yuchen Zeng <y-zeng@users.noreply.github.com> | 2016-09-22 11:05:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-22 11:05:58 -0700 |
commit | 6984840145c6d5bb581e2880345e684665b2c040 (patch) | |
tree | af5e8a829e5a4928ff1ec91f76c9bf15edc479b9 /tools | |
parent | ef5a2eb2678d38d35ff79c4d692bf48603e1c439 (diff) | |
parent | 84d55b30cc907ae31756310c909f5af0292e1d3d (diff) |
Merge pull request #7892 from y-zeng/cli_list
gRPC CLI list command
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index b5d26862d6..ded6be7527 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -4668,7 +4668,8 @@ "test/cpp/util/config_grpc_cli.h", "test/cpp/util/grpc_tool.h", "test/cpp/util/proto_file_parser.h", - "test/cpp/util/proto_reflection_descriptor_database.h" + "test/cpp/util/proto_reflection_descriptor_database.h", + "test/cpp/util/service_describer.h" ], "language": "c++", "name": "grpc_cli_libs", @@ -4683,7 +4684,9 @@ "test/cpp/util/proto_file_parser.cc", "test/cpp/util/proto_file_parser.h", "test/cpp/util/proto_reflection_descriptor_database.cc", - "test/cpp/util/proto_reflection_descriptor_database.h" + "test/cpp/util/proto_reflection_descriptor_database.h", + "test/cpp/util/service_describer.cc", + "test/cpp/util/service_describer.h" ], "third_party": false, "type": "lib" |