Browse Source

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

Bill Hoffman 16 năm trước cách đây
mục cha
commit
6614cf2568
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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