mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Tests: Drop kwsys test
KWSys now has its own dashboard and test clients that run on all the machines where we test CMake. We no longer need a test inside CMake to test KWSys independently.
This commit is contained in:
parent
8982a4b301
commit
e509631237
@ -1453,19 +1453,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
|
||||
)
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_TEST_DIFFERENT_GENERATOR)
|
||||
add_test(kwsys ${CMAKE_CTEST_COMMAND}
|
||||
--build-and-test
|
||||
"${CMake_SOURCE_DIR}/Source/kwsys"
|
||||
"${CMake_BINARY_DIR}/Tests/kwsys"
|
||||
${build_generator_args}
|
||||
--build-project kwsys
|
||||
--build-options ${build_options}
|
||||
--test-command kwsysTestsCxx testIOS
|
||||
)
|
||||
list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/kwsys")
|
||||
endif()
|
||||
|
||||
if(MAKE_SUPPORTS_SPACES)
|
||||
add_test(SubDirSpaces ${CMAKE_CTEST_COMMAND}
|
||||
--build-and-test
|
||||
|
Loading…
Reference in New Issue
Block a user