Merge branch '2.1' into 2.2

This commit is contained in:
Markus Mäkelä
2018-01-03 13:58:52 +02:00
11 changed files with 224 additions and 13 deletions

View File

@ -17,7 +17,7 @@ make
if [[ "$cmake_flags" =~ "BUILD_TESTS" ]]
then
# All tests must pass otherwise the build is considered a failure
make test || exit 1
ctest --output-on-failure || exit 1
fi
export LD_LIBRARY_PATH=$(for i in `find $PWD/ -name '*.so*'`; do echo $(dirname $i); done|sort|uniq|xargs|sed -e 's/[[:space:]]/:/g')

View File

@ -15,7 +15,7 @@ make
if [[ "$cmake_flags" =~ "BUILD_TESTS" ]]
then
# All tests must pass otherwise the build is considered a failure
make test || exit 1
ctest --output-on-failure || exit 1
fi
if [ $remove_strip == "yes" ] ; then