about summary refs log tree commit diff homepage
path: root/.travis/klee.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/klee.sh')
-rwxr-xr-x.travis/klee.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis/klee.sh b/.travis/klee.sh
index 012262c6..6c4ba745 100755
--- a/.travis/klee.sh
+++ b/.travis/klee.sh
@@ -90,7 +90,10 @@ RETURN="$?"
 # Note can't use ``make check`` because llvm-lit is not available
 cd test
 # The build system needs to generate this file before we can run lit
-make lit.site.cfg
+make lit.site.cfg \
+    DISABLE_ASSERTIONS=${DISABLE_ASSERTIONS} \
+    ENABLE_OPTIMIZED=${ENABLE_OPTIMIZED} \
+    ENABLE_SHARED=0
 # Running is parallel is broken and there's no point on our "single core" VM anyway
 
 set +e # We want to let all the tests run before we exit