summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-05 18:53:32 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-05 18:53:32 -0800
commit3affb319260263efc3cee502896d9f981186c7da (patch)
tree6d519e32a23dc1d3b03c3da0791fd2ea00f154f4 /Makefile
parente170259e4ababf39829fa9339fdf0817e38c949e (diff)
Tons of work: we're close to passing test_vs_proto2 again.
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