mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Tests: Run CheckSourceTree test using just-built CMake
Update the change from commit 8d453ee751 (Tests: Improve CheckSourceTree
test, 2022-10-05) to drive the test script using the tested CMake
instead of the host CMake, following the convention of other tests.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
add_test(NAME CMake.CheckSourceTree
|
||||
COMMAND ${CMAKE_COMMAND} -D GIT_EXECUTABLE=${GIT_EXECUTABLE}
|
||||
-D CMake_SOURCE_DIR=${CMake_SOURCE_DIR}
|
||||
-P ${CMAKE_CURRENT_LIST_DIR}/check.cmake
|
||||
COMMAND ${CMAKE_CMAKE_COMMAND} -D GIT_EXECUTABLE=${GIT_EXECUTABLE}
|
||||
-D CMake_SOURCE_DIR=${CMake_SOURCE_DIR}
|
||||
-P ${CMAKE_CURRENT_LIST_DIR}/check.cmake
|
||||
)
|
||||
set_property(TEST CMake.CheckSourceTree PROPERTY RUN_SERIAL 1)
|
||||
|
||||
Reference in New Issue
Block a user