aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index ca343cf509..5b1badf3a2 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2093,6 +2093,27 @@ targets:
- mac
- linux
- posix
+- name: stress_test
+ build: test
+ language: c++
+ headers:
+ - 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++