summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 15:08:56 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 15:08:56 -0700
commitd94c2d3c74377d087e82a99d80e751405f8cca11 (patch)
treec500bc0bed027a96258d9b3dd1cfc478459362f8 /BUILD
parent717db51700c0477397867d4ff5370cd194cd7991 (diff)
Another fix of course.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 96d7b7d..da2454b 100644
--- a/BUILD
+++ b/BUILD
@@ -271,7 +271,10 @@ upb_proto_reflection_library(
cc_test(
name = "test_decoder",
- srcs = ["tests/pb/test_decoder.cc"],
+ srcs = [
+ "tests/pb/test_decoder.cc",
+ "upb/pb/varint.int.h",
+ ],
copts = CPPOPTS,
deps = [
":handlers",
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback