diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-19 18:26:38 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-19 18:26:38 (GMT) |
commit | 303048d3dce5044b14220af742bf3156b484a882 (patch) | |
tree | aaf33a7c4bd8022c9b7d6ca9234bfa16f2fc3cd7 /Source/CMakeLists.txt | |
parent | 09699018ccccf654ce6ca4d0b84e3e2a973f5c22 (diff) | |
download | CMake-303048d3dce5044b14220af742bf3156b484a882.zip CMake-303048d3dce5044b14220af742bf3156b484a882.tar.gz CMake-303048d3dce5044b14220af742bf3156b484a882.tar.bz2 |
ENH: add test for conv libraries
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index a41add3..a754b0e 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -697,6 +697,16 @@ IF(BUILD_TESTING) -DCMAKE_TEST_SYSTEM_LIBRARIES:BOOL=${CMAKE_TEST_SYSTEM_LIBRARIES} --test-command complex) + ADD_TEST(ConvLibrary ${CMAKE_CTEST_COMMAND} + --build-and-test + "${CMake_SOURCE_DIR}/Tests/ConvLibrary" + "${CMake_BINARY_DIR}/Tests/ConvLibrary/Step4" + --build-two-config + --build-generator ${CMAKE_TEST_GENERATOR} + --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM} + --build-project ConvLibrary + --test-command bartest) + # ADD_TEST(complexRelativePaths ${CMAKE_CTEST_COMMAND} # --build-and-test # "${CMake_SOURCE_DIR}/Tests/ComplexRelativePaths" |