Add interop test into bazel build

pull/16873/head
Juanli Shen 7 years ago
parent d0cb61eada
commit 800a09b24e
  1. 21
      test/cpp/interop/BUILD

@ -142,3 +142,24 @@ grpc_cc_binary(
"//test/cpp/util:test_config",
],
)
grpc_cc_test(
name = "interop_test",
srcs = ["interop_test.cc"],
data = [
":interop_client",
":interop_server",
],
external_deps = [
"gflags",
],
deps = [
"//:gpr",
"//:grpc",
"//:grpc++",
"//test/core/util:gpr_test_util",
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_config",
"//test/cpp/util:test_util",
],
)

Loading…
Cancel
Save