mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-07 07:08:40 -06:00
BUG: possible fix for new SystemInfo test
This commit is contained in:
@@ -430,3 +430,7 @@ CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/Templates/CTestScript.cmake.in"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/CTestScript.cmake"
|
||||
@ONLY IMMEDIATE)
|
||||
|
||||
ADD_TEST(SystemInformationNew
|
||||
"${EXECUTABLE_OUTPUT_PATH}/cmake" --system-information
|
||||
)
|
||||
|
||||
|
||||
@@ -505,11 +505,6 @@ IF(BUILD_TESTING)
|
||||
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
|
||||
--test-command DumpInformation)
|
||||
|
||||
ADD_TEST(SystemInformationNew
|
||||
${CMAKE_CMAKE_COMMAND} -E chdir "${CMake_BINARY_DIR}"
|
||||
"${CMAKE_CMAKE_COMMAND}" --system-information
|
||||
)
|
||||
|
||||
ADD_TEST(StringFileTest ${CMAKE_CTEST_COMMAND}
|
||||
--build-and-test
|
||||
"${CMake_SOURCE_DIR}/Tests/StringFileTest"
|
||||
|
||||
Reference in New Issue
Block a user