aboutsummaryrefslogtreecommitdiff
path: root/tests/travis
diff options
context:
space:
mode:
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/build-and-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/build-and-test b/tests/travis/build-and-test
index 09000e61..f677f4a8 100755
--- a/tests/travis/build-and-test
+++ b/tests/travis/build-and-test
@@ -11,7 +11,7 @@ esac
case "$CONFIG" in
*debug*)
- CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_BUILD_TYPE:STRING=Debug"
+ CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_BUILD_TYPE:STRING=Debug -DBUILD_INTERNAL_TESTS:BOOL=True"
;;
esac