aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-01-17 16:26:40 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-01-18 16:58:33 -0800
commit9c7a08d2509c6f0549d0a56690321c75cc201fec (patch)
tree25be408244a976ae0b97411b468e997c9210e518 /build.yaml
parentfc4b07e10c0482522dbc6a01401ea8f1606a76b4 (diff)
Simplify cpp stress 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 1072bfcb63..f367dc7ed1 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3648,16 +3648,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