summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
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