mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
Use ctest -j to speed up tests for release builds.
This commit is contained in:
@@ -101,7 +101,7 @@ check_exit_value $? "Build cmake" || exit 1
|
||||
|
||||
if [ -z "@SKIP_TESTS@" ]; then
|
||||
echo "Run cmake tests"
|
||||
@MAKE@ test
|
||||
./bin/ctest -j @PROCESSORS@ test
|
||||
check_exit_value $? "Test cmake" || exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user