Use ctest -j to speed up tests for release builds.
This commit is contained in:
parent
7b2e383048
commit
6614cf2568
@ -101,7 +101,7 @@ check_exit_value $? "Build cmake" || exit 1
|
|||||||
|
|
||||||
if [ -z "@SKIP_TESTS@" ]; then
|
if [ -z "@SKIP_TESTS@" ]; then
|
||||||
echo "Run cmake tests"
|
echo "Run cmake tests"
|
||||||
@MAKE@ test
|
./bin/ctest -j @PROCESSORS@ test
|
||||||
check_exit_value $? "Test cmake" || exit 1
|
check_exit_value $? "Test cmake" || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user