From 3affb319260263efc3cee502896d9f981186c7da Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 5 Feb 2011 18:53:32 -0800 Subject: Tons of work: we're close to passing test_vs_proto2 again. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3