More Blaze fixes.

pull/13171/head
Joshua Haberman 6 years ago
parent 9b07311c7c
commit c0a1afa16f
  1. 9
      BUILD

@ -129,6 +129,7 @@ cc_library(
copts = COPTS, copts = COPTS,
deps = [ deps = [
":reflection", ":reflection",
":table",
":upb", ":upb",
], ],
) )
@ -240,7 +241,10 @@ cc_library(
cc_test( cc_test(
name = "test_varint", name = "test_varint",
srcs = ["tests/pb/test_varint.c"], srcs = [
"tests/pb/test_varint.c" +
"upb/pb/varint.int.h",
],
copts = COPTS, copts = COPTS,
deps = [ deps = [
":upb_pb", ":upb_pb",
@ -281,7 +285,8 @@ cc_test(
srcs = ["tests/pb/test_encoder.cc"], srcs = ["tests/pb/test_encoder.cc"],
copts = CPPOPTS, copts = CPPOPTS,
deps = [ deps = [
"descriptor_upbreflection", ":descriptor_upbproto",
":descriptor_upbreflection",
":upb_cc_bindings", ":upb_cc_bindings",
":upb_pb", ":upb_pb",
":upb_test", ":upb_test",

Loading…
Cancel
Save