Browse Source

BUG: fix test execution

Ken Martin 20 years ago
parent
commit
12c4e90294
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/CMakeLists.txt

+ 1 - 0
Source/CMakeLists.txt

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