aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2017-01-20 08:51:04 -0800
committerGravatar GitHub <noreply@github.com>2017-01-20 08:51:04 -0800
commitc405a76ebff7d47656a19873828eb59515a45b10 (patch)
tree3c81bbee231ce61cfcea5bea664016a04602e15d /build.yaml
parent56eb94af15416ba8d8e5473eeed507cf9015b326 (diff)
parent876008493b9b48d9c70464d68460e4540d35441b (diff)
Merge pull request #8819 from ncteisen/cpp_stress_flags
Tweaked cpp stress client flags
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index eaf64e860f..23e2659ea1 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3646,16 +3646,17 @@ targets:
- test/cpp/interop/client_helper.h
- test/cpp/interop/interop_client.h
- test/cpp/interop/stress_interop_client.h
+ - test/cpp/util/create_test_channel.h
- test/cpp/util/metrics_server.h
src:
- src/proto/grpc/testing/empty.proto
- src/proto/grpc/testing/messages.proto
- src/proto/grpc/testing/metrics.proto
- src/proto/grpc/testing/test.proto
- - test/cpp/interop/client_helper.cc
- test/cpp/interop/interop_client.cc
- test/cpp/interop/stress_interop_client.cc
- test/cpp/interop/stress_test.cc
+ - test/cpp/util/create_test_channel.cc
- test/cpp/util/metrics_server.cc
deps:
- grpc++_test_util