BUG: fix test execution

This commit is contained in:
Ken Martin 2005-02-22 10:43:06 -05:00
parent 4baa085a1a
commit 12c4e90294
1 changed files with 1 additions and 0 deletions

View File

@ -719,6 +719,7 @@ IF(BUILD_TESTING)
--build-nocmake
--build-noclean
--build-makeprogram ${CMake_SOURCE_DIR}/bootstrap
--build-generator "${CMAKE_GENERATOR}"
--test-command ${CMake_BINARY_DIR}/Tests/BootstrapTest/Bootstrap.cmk/cmake)
ENDIF(UNIX AND CMAKE_RUN_LONG_TESTS AND NOT CMAKE_SKIP_BOOTSTRAP_TEST)