ENH: Added test for executables with plugins that use an API exported by the executable itself.

This commit is contained in:
Brad King 2007-04-17 14:08:30 -04:00
parent c1a6e4dcc6
commit 0164f2faae
1 changed files with 10 additions and 0 deletions

View File

@ -986,6 +986,16 @@ IF(BUILD_TESTING)
--test-command executable
)
ADD_TEST(Plugin ${CMAKE_CTEST_COMMAND}
--build-and-test
"${CMake_SOURCE_DIR}/Tests/Plugin"
"${CMake_BINARY_DIR}/Tests/Plugin"
--build-generator ${CMAKE_TEST_GENERATOR}
--build-project Plugin
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
--build-two-config
--test-command bin/example)
IF(NOT CMAKE_TEST_DIFFERENT_GENERATOR)
ADD_TEST(kwsys ${CMAKE_CTEST_COMMAND}
--build-and-test