diff options
Diffstat (limited to 'build.yaml')
-rw-r--r-- | build.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml index 2717d93ccf..4f6e35b0de 100644 --- a/build.yaml +++ b/build.yaml @@ -2105,6 +2105,28 @@ targets: - mac - linux - posix +- name: stress_test + build: test + language: c++ + headers: + - test/cpp/interop/client_helper.h + - test/cpp/interop/interop_client.h + - test/cpp/interop/stress_interop_client.h + src: + - test/proto/empty.proto + - test/proto/messages.proto + - test/proto/test.proto + - test/cpp/interop/interop_client.cc + - test/cpp/interop/stress_interop_client.cc + - test/cpp/interop/stress_test.cc + deps: + - grpc++_test_util + - grpc_test_util + - grpc++ + - grpc + - gpr_test_util + - gpr + - grpc++_test_config - name: sync_streaming_ping_pong_test build: test language: c++ |