From 228872a5c68938c56eb9d4ecd2413865b5277fe1 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 28 May 2013 15:26:44 -0700 Subject: Fixes to compile on GCC 4.2, as shipped with XCode. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3