aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-08-15 11:34:21 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-08-15 11:34:21 -0700
commit02139a05dc928ac4fa27c7b794a859e42f3b0831 (patch)
treece916eac52e91502f20dc780ab4b67f61b4c9d64 /tools
parent26386e1fa0a3ff5f44d37279e73eb227213fe396 (diff)
Add CliCredentials, config_grpc_cli.h
Diffstat (limited to 'tools')
-rw-r--r--tools/run_tests/sources_and_headers.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index 3c6d9d5433..8c883c3b15 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -4551,11 +4551,12 @@
"deps": [
"grpc++",
"grpc++_reflection",
- "grpc++_test_config",
- "grpc_plugin_support"
+ "grpc++_test_config"
],
"headers": [
"test/cpp/util/cli_call.h",
+ "test/cpp/util/cli_credentials.h",
+ "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"
@@ -4565,6 +4566,9 @@
"src": [
"test/cpp/util/cli_call.cc",
"test/cpp/util/cli_call.h",
+ "test/cpp/util/cli_credentials.cc",
+ "test/cpp/util/cli_credentials.h",
+ "test/cpp/util/config_grpc_cli.h",
"test/cpp/util/grpc_tool.cc",
"test/cpp/util/grpc_tool.h",
"test/cpp/util/proto_file_parser.cc",