BUG: Disable Plugin test on Cygwin until it is implemented.
This commit is contained in:
parent
fe5386be81
commit
cb190cdb87
|
@ -987,7 +987,7 @@ IF(BUILD_TESTING)
|
||||||
)
|
)
|
||||||
|
|
||||||
# Disable this test on QNX until support is implemented.
|
# Disable this test on QNX until support is implemented.
|
||||||
IF(NOT QNXNTO)
|
IF(NOT QNXNTO AND NOT CYGWIN)
|
||||||
ADD_TEST(Plugin ${CMAKE_CTEST_COMMAND}
|
ADD_TEST(Plugin ${CMAKE_CTEST_COMMAND}
|
||||||
--build-and-test
|
--build-and-test
|
||||||
"${CMake_SOURCE_DIR}/Tests/Plugin"
|
"${CMake_SOURCE_DIR}/Tests/Plugin"
|
||||||
|
@ -997,7 +997,7 @@ IF(BUILD_TESTING)
|
||||||
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
|
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
|
||||||
--build-two-config
|
--build-two-config
|
||||||
--test-command bin/example)
|
--test-command bin/example)
|
||||||
ENDIF(NOT QNXNTO)
|
ENDIF(NOT QNXNTO AND NOT CYGWIN)
|
||||||
|
|
||||||
IF(NOT CMAKE_TEST_DIFFERENT_GENERATOR)
|
IF(NOT CMAKE_TEST_DIFFERENT_GENERATOR)
|
||||||
ADD_TEST(kwsys ${CMAKE_CTEST_COMMAND}
|
ADD_TEST(kwsys ${CMAKE_CTEST_COMMAND}
|
||||||
|
|
Loading…
Reference in New Issue