Merge pull request #380 from fowles/master

Spell out deps explicitly
pull/13171/head
Matt Fowles Kulukundis 4 years ago committed by GitHub
commit ff89277ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      tests/BUILD

@ -86,12 +86,18 @@ upb_proto_reflection_library(
deps = ["test_cpp_proto"],
)
upb_proto_reflection_library(
name = "test_cpp_upb_proto_reflection",
deps = ["test_cpp_proto"],
)
cc_test(
name = "test_cpp",
srcs = ["test_cpp.cc"],
copts = UPB_DEFAULT_CPPOPTS,
deps = [
":test_cpp_upb_proto",
":test_cpp_upb_proto_reflection",
":upb_test",
"//:json",
"//:port",

Loading…
Cancel
Save