diff --git a/buildsystem/build.sh b/buildsystem/build.sh index 77934b3d..1a374da5 100755 --- a/buildsystem/build.sh +++ b/buildsystem/build.sh @@ -190,6 +190,7 @@ if [[ $TEST -eq 1 ]]; then echo Testing echo ctest $CTESTARGS || exit 1 + make test_install popd fi