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:
Brad King
2022-10-08 07:07:59 -04:00
parent 269652a814
commit 1912d50a70
+3 -3
View File
@@ -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)