add missing //test/cpp/interop:http2_client target

pull/22001/head
Jan Tattermusch 5 years ago
parent 2d73493b5e
commit 9cd65c71b2
  1. 17
      test/cpp/interop/BUILD

@ -227,3 +227,20 @@ grpc_cc_binary(
"//test/cpp/util:test_config",
],
)
grpc_cc_binary(
name = "http2_client",
srcs = [
"http2_client.h",
"http2_client.cc",
],
deps = [
"//:grpc++",
"//src/proto/grpc/testing:empty_proto",
"//src/proto/grpc/testing:messages_proto",
"//src/proto/grpc/testing:test_proto",
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_config",
"//test/cpp/util:test_util",
],
)

Loading…
Cancel
Save