From dcdef2d460ae3fff2d36fabaf543dd243f6558be Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 17 Jan 2019 07:55:19 +0100 Subject: [tests] add CMake option to build internal tests Some tests are disabled by default as they require exporting additional symbols which are not part of the public API. The BUILD_INTERNAL_TESTS option makes it possible to enable these additional tests. --- tests/travis/build-and-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/travis') 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 -- cgit v1.2.3