[cmake-commits] hoffman committed CMakeLists.txt 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jun 11 15:00:26 EDT 2007


Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv13684

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: add ConvLib test back for some time


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CMakeLists.txt	31 May 2007 14:29:12 -0000	1.8
+++ CMakeLists.txt	11 Jun 2007 19:00:23 -0000	1.9
@@ -234,15 +234,15 @@
       -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}



More information about the Cmake-commits mailing list