summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-01-22 01:06:19 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-01-22 01:06:19 -0800
commit2ea9737e5d5b085eef6fe762c7e86a7161b9d231 (patch)
tree9ebcc48b5a20919b0bdf22a0065b6afc381d57b7 /Makefile
parentc9df91b04a429f9324afeefece28f21e7078e3ac (diff)
Added test_stream.c for testing upb_stream.h.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af79363..04779c0 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ tests/test.proto.pb: tests/test.proto
TESTS=tests/test_string \
tests/test_table \
tests/test_def \
-# tests/test_stream \
+ tests/test_stream \
# tests/test_decoder \
# tests/t.test_vs_proto2.googlemessage1 \
# tests/t.test_vs_proto2.googlemessage2 \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback