summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 11:26:54 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 11:26:54 -0700
commitc0a1afa16f5c29fc4edb229efa5b6682b69ebd4b (patch)
tree129a41fb5db4e0a1b6d9c2e837f07bd82aede8d8 /BUILD
parent9b07311c7c0ca0f34f3fea54df478ea6d15dd827 (diff)
More Blaze fixes.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 2197d2c..4d3cdc8 100644
--- a/BUILD
+++ b/BUILD
@@ -129,6 +129,7 @@ cc_library(
copts = COPTS,
deps = [
":reflection",
+ ":table",
":upb",
],
)
@@ -240,7 +241,10 @@ cc_library(
cc_test(
name = "test_varint",
- srcs = ["tests/pb/test_varint.c"],
+ srcs = [
+ "tests/pb/test_varint.c" +
+ "upb/pb/varint.int.h",
+ ],
copts = COPTS,
deps = [
":upb_pb",
@@ -281,7 +285,8 @@ cc_test(
srcs = ["tests/pb/test_encoder.cc"],
copts = CPPOPTS,
deps = [
- "descriptor_upbreflection",
+ ":descriptor_upbproto",
+ ":descriptor_upbreflection",
":upb_cc_bindings",
":upb_pb",
":upb_test",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback