Browse Source

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

Bill Hoffman 16 years ago
parent
commit
6614cf2568
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Utilities/Release/release_cmake.sh.in

+ 1 - 1
Utilities/Release/release_cmake.sh.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