summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bea6980..a96c3f7 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@ STREAM= \
stream/upb_textprinter.c \
stream/upb_strstream.c \
core/upb_msg.c \
+ core/upb_glue.c \
SRC=$(CORE) $(STREAM)
@@ -121,9 +122,9 @@ TESTS=tests/test_string \
tests/test_table \
tests/test_def \
tests/test_stream \
- tests/test_decoder \
-# tests/t.test_vs_proto2.googlemessage1 \
-# tests/t.test_vs_proto2.googlemessage2 \
+ tests/t.test_vs_proto2.googlemessage1 \
+ tests/t.test_vs_proto2.googlemessage2 \
+# tests/test_decoder \
# tests/test.proto.pb
tests: $(LIBUPB) $(TESTS)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback