aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/network_benchmarks/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/network_benchmarks/BUILD')
-rw-r--r--test/core/network_benchmarks/BUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/test/core/network_benchmarks/BUILD b/test/core/network_benchmarks/BUILD
index a5209de4c9..5bc0b3d968 100644
--- a/test/core/network_benchmarks/BUILD
+++ b/test/core/network_benchmarks/BUILD
@@ -32,6 +32,11 @@ licenses(["notice"]) # 3-clause BSD
cc_binary(
name = "low_level_ping_pong",
srcs = ["low_level_ping_pong.c"],
- deps = ["//:grpc", "//test/core/util:grpc_test_util", "//:gpr", "//test/core/util:gpr_test_util"],
- copts = ['-std=c99']
+ copts = ["-std=c99"],
+ deps = [
+ "//:gpr",
+ "//:grpc",
+ "//test/core/util:gpr_test_util",
+ "//test/core/util:grpc_test_util",
+ ],
)