summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-02-04 15:43:52 -0800
committerJosh Haberman <jhaberman@gmail.com>2014-02-04 15:43:52 -0800
commit7d565f1e7a0f107506d3cf31ef2e33e22a504d2b (patch)
tree151a5102b0ded6e8ad098a86e692c1d14e390167 /Makefile
parent0fd2f830882402979a83010e89650e7245960d39 (diff)
Sync from Google development.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 440d4f2..26a526e 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ endif
CC=gcc
CXX=g++
CFLAGS=-std=gnu99
-CXXFLAGS=-Ibindings/cpp
+CXXFLAGS=-std=c++11
INCLUDE=-Itests -I.
CPPFLAGS=$(INCLUDE) -Wall -Wextra -Wno-sign-compare $(USER_CFLAGS)
LDLIBS=-lpthread upb/libupb.a
@@ -220,10 +220,7 @@ SIMPLE_TESTS= \
SIMPLE_CXX_TESTS= \
tests/test_cpp \
-
- # The build process for this test is complicated and hasn't been
- # ported to the open-source Makefile yet.
- # tests/test_decoder \
+ tests/pb/test_decoder
VARIADIC_TESTS= \
tests/t.test_vs_proto2.googlemessage1 \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback