COMP: Fix bootstrap

This commit is contained in:
Andy Cedilnik 2007-01-30 11:48:17 -05:00
parent 49085f7fed
commit 4a2474765f
1 changed files with 5 additions and 3 deletions

View File

@ -1079,9 +1079,11 @@ IF(BUILD_TESTING)
--output-log "${CMake_BINARY_DIR}/Tests/CTestTest3/testOutput.log"
)
# these tests take a log time, make sure they have it
SET_TESTS_PROPERTIES ( CTestTest CTestTest2 CTestTest3
PROPERTIES TIMEOUT 1500
)
IF(COMMAND SET_TESTS_PROPERTIES)
SET_TESTS_PROPERTIES ( CTestTest CTestTest2 CTestTest3
PROPERTIES TIMEOUT 1500
)
ENDIF(COMMAND SET_TESTS_PROPERTIES)
ENDIF (CTEST_TEST_CTEST AND CMAKE_RUN_LONG_TESTS)
IF("${CMAKE_TEST_GENERATOR}" MATCHES Xcode)