diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-02-22 15:43:06 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-02-22 15:43:06 (GMT) |
commit | 12c4e90294c812447bfcb8be52e0a6e19af913bd (patch) | |
tree | 776e4c397f796dee81ab9a7921345cb28521b2ac /Source | |
parent | 4baa085a1a3a09aa84dd347f1995c7ae6504bfc4 (diff) | |
download | CMake-12c4e90294c812447bfcb8be52e0a6e19af913bd.zip CMake-12c4e90294c812447bfcb8be52e0a6e19af913bd.tar.gz CMake-12c4e90294c812447bfcb8be52e0a6e19af913bd.tar.bz2 |
BUG: fix test execution
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 0ec5fd6..8e09cfd 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -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) |