From 23ef759b407a69a84d7fc1394ad0fec0a40b986d Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 11 Jun 2007 15:00:23 -0400 Subject: ENH: add ConvLib test back for some time --- Tests/CMakeLists.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 120c528..13fb906 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -234,15 +234,15 @@ 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" -# --build-two-config -# --build-generator ${CMAKE_TEST_GENERATOR} -# --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM} -# --build-project ConvLibrary -# --test-command bartest) + ADD_TEST(ConvLibrary ${CMAKE_CTEST_COMMAND} + --build-and-test + "${CMake_SOURCE_DIR}/Tests/ConvLibrary" + "${CMake_BINARY_DIR}/Tests/ConvLibrary" + --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} -- cgit v0.12