aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index ffd1da4..a04555f 100644
--- a/wscript
+++ b/wscript
@@ -40,6 +40,7 @@ def configure(conf):
autowaf.display_header('Resp Configuration')
conf.env.append_unique('CFLAGS', '-std=c99')
+ conf.env.append_unique('CXXFLAGS', '-std=c++11')
conf.check_cfg(
path = 'llvm-config-3.1',
@@ -96,6 +97,7 @@ def test(ctx):
Logs.error("ERROR: %s" % prog)
# Basic lexical sanity
+ run_test('./test/mac.scm', '#f : Bool')
run_test('./test/def.scm', '4 : Int')
run_test('./test/deffn.scm', '3 : Int')
run_test('./test/inlinefn.scm', '2 : Int')