Merge topic 'avoid-CTestLimitDashJ-crash-on-Borland'

19f3208 Tests: Avoid CTestLimitDashJ crash on Borland 5.8 builds
This commit is contained in:
Brad King 2013-02-05 14:45:52 -05:00 committed by CMake Topic Stage
commit 252209fb0b
1 changed files with 1 additions and 0 deletions

View File

@ -1977,6 +1977,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
--output-log "${CMake_BINARY_DIR}/Tests/CTestTestParallel/testOutput.log"
)
set(CTestLimitDashJ_EXTRA_OPTIONS --force-new-ctest-process)
add_test_macro(CTestLimitDashJ ${CMAKE_CTEST_COMMAND} -j 4
--output-on-failure -C "\${CTestTest_CONFIG}")