summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-01-25 10:07:47 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-01-25 10:07:47 -0800
commit2c24cbb108bbda296f01e7628028b1dcb2b9516b (patch)
treedaa31a93b2c7d45de2df344eb2ec6e73b635bdb7 /Makefile
parent93381f1411def0dba5677b71cd4df859d99777f3 (diff)
More work on decoder and stdio bytesrc/bytesink.
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