summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 46cb836..1dfd79d 100644
--- a/Makefile
+++ b/Makefile
@@ -63,10 +63,10 @@ SRC=core/upb.c \
descriptor/descriptor.c \
core/upb_def.c \
stream/upb_decoder.c \
+ stream/upb_stdio.c \
+ stream/upb_textprinter.c
# core/upb_msg.c \
-# stream/upb_stdio.c \
# stream/upb_strstream.c \
-# stream/upb_textprinter.c
$(SRC): perf-cppflags
# Parts of core that are yet to be converted.
@@ -114,7 +114,7 @@ TESTS=tests/test_string \
tests/test_table \
tests/test_def \
tests/test_stream \
-# tests/test_decoder \
+ tests/test_decoder \
# tests/t.test_vs_proto2.googlemessage1 \
# tests/t.test_vs_proto2.googlemessage2 \
# tests/test.proto.pb
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback