aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Make.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Make.config b/tests/Make.config
index 0bc905d..35e6748 100644
--- a/tests/Make.config
+++ b/tests/Make.config
@@ -2,7 +2,7 @@ NAME := xttest
SUFFIX := .cpp
DIRS := .
LIBRARY :=
-FLAGS := -I../include
+FLAGS := -I../include -std=c++0x
LDFLAGS := ../src/libxtract.a
ifeq ($(PLATFORM), Darwin)