ENH: Plugin test should now work on QNX.

This commit is contained in:
Brad King 2007-04-18 00:12:16 -04:00
parent 2dd364f751
commit 3fe86c98cf
1 changed files with 0 additions and 3 deletions

View File

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