aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/interop/BUILD')
-rw-r--r--test/cpp/interop/BUILD17
1 files changed, 16 insertions, 1 deletions
diff --git a/test/cpp/interop/BUILD b/test/cpp/interop/BUILD
index 7b4286d8b8..1bfe40f3b4 100644
--- a/test/cpp/interop/BUILD
+++ b/test/cpp/interop/BUILD
@@ -129,8 +129,23 @@ grpc_cc_binary(
],
language = "C++",
deps = [
- "//:grpc++",
":interop_server_lib",
+ "//:grpc++",
"//test/core/util:grpc_test_util",
],
)
+
+grpc_cc_binary(
+ name = "stress_test",
+ srcs = [
+ "stress_test.cc",
+ "stress_interop_client.cc",
+ "stress_interop_client.h",
+ ],
+ deps = [
+ ":client_helper_lib",
+ "//:grpc++",
+ "//test/cpp/util:metrics_server_lib",
+ "//test/cpp/util:test_config",
+ ],
+)