Use ctest -j to speed up tests for release builds.

This commit is contained in:
Bill Hoffman 2009-09-21 17:22:05 -04:00
parent 7b2e383048
commit 6614cf2568
1 changed files with 1 additions and 1 deletions

View File

@ -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