aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-07-25 12:00:08 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-07-25 12:00:08 -0700
commit29ca79be8939c0386f1c7b17ba66cc3b105c7fc1 (patch)
tree150d2037a58f1674e837d2b7be7e015522f45a60 /build.yaml
parentda9af3331ce0d64635aa395cb6f0a164c848bea7 (diff)
Command processing, validation
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml26
1 files changed, 25 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index 237394c205..5b2c581850 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1029,10 +1029,12 @@ libs:
language: c++
headers:
- test/cpp/util/cli_call.h
+ - test/cpp/util/grpc_tool.h
- test/cpp/util/proto_file_parser.h
- test/cpp/util/proto_reflection_descriptor_database.h
src:
- test/cpp/util/cli_call.cc
+ - test/cpp/util/grpc_tool.cc
- test/cpp/util/proto_file_parser.cc
- test/cpp/util/proto_reflection_descriptor_database.cc
deps:
@@ -2658,9 +2660,9 @@ targets:
- test/cpp/util/grpc_cli.cc
deps:
- grpc_cli_libs
+ - grpc++_reflection
- grpc++_test_util
- grpc_test_util
- - grpc++_reflection
- grpc++
- grpc
- gpr_test_util
@@ -2725,6 +2727,28 @@ targets:
secure: false
vs_config_type: Application
vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
+- name: grpc_tool_test
+ gtest: true
+ build: test
+ language: c++
+ headers:
+ - test/cpp/util/string_ref_helper.h
+ src:
+ - src/proto/grpc/testing/echo.proto
+ - src/proto/grpc/testing/echo_messages.proto
+ - test/cpp/util/grpc_tool_test.cc
+ - test/cpp/util/string_ref_helper.cc
+ deps:
+ - grpc_cli_libs
+ - grpc++_reflection
+ - grpc_test_util
+ - grpc++
+ - grpc
+ - gpr_test_util
+ - gpr
+ filegroups:
+ - grpc++_codegen_proto
+ - grpc++_config_proto
- name: grpclb_api_test
gtest: true
build: test