summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2013-05-28 15:26:44 -0700
committerJosh Haberman <jhaberman@gmail.com>2013-05-28 15:26:44 -0700
commit228872a5c68938c56eb9d4ecd2413865b5277fe1 (patch)
treec603c149e99b437fab018877d29289c0a0ff7aeb /Makefile
parentbada1e94f472e7507a97e7565369841b3d25c9b0 (diff)
Fixes to compile on GCC 4.2, as shipped with XCode.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bccf860..e8f8422 100644
--- a/Makefile
+++ b/Makefile
@@ -216,6 +216,8 @@ tests/test.proto.pb: tests/test.proto
SIMPLE_TESTS= \
tests/test_def \
tests/test_varint \
+ tests/test_pipeline \
+ tests/test_handlers
SIMPLE_CXX_TESTS= \
tests/test_cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback