From 9c7a08d2509c6f0549d0a56690321c75cc201fec Mon Sep 17 00:00:00 2001 From: ncteisen Date: Tue, 17 Jan 2017 16:26:40 -0800 Subject: Simplify cpp stress flags --- build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.yaml') 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 -- cgit v1.2.3