Browse Source

BUG: Disable Plugin test on Cygwin until it is implemented.

Brad King 18 years ago
parent
commit
cb190cdb87
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/CMakeLists.txt

+ 2 - 2
Source/CMakeLists.txt

@@ -987,7 +987,7 @@ IF(BUILD_TESTING)
     )
 
   # Disable this test on QNX until support is implemented.
-  IF(NOT QNXNTO)
+  IF(NOT QNXNTO AND NOT CYGWIN)
   ADD_TEST(Plugin ${CMAKE_CTEST_COMMAND}
     --build-and-test
     "${CMake_SOURCE_DIR}/Tests/Plugin"
@@ -997,7 +997,7 @@ IF(BUILD_TESTING)
     --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
     --build-two-config
     --test-command bin/example)
-  ENDIF(NOT QNXNTO)
+  ENDIF(NOT QNXNTO AND NOT CYGWIN)
 
   IF(NOT CMAKE_TEST_DIFFERENT_GENERATOR)
     ADD_TEST(kwsys ${CMAKE_CTEST_COMMAND}