[cmake-commits] king committed CMakeLists.txt 1.347 1.348

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Mar 3 10:47:08 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv24217

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Cleaned up KWSys tests to use test drivers.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- CMakeLists.txt	28 Feb 2007 17:25:19 -0000	1.347
+++ CMakeLists.txt	3 Mar 2007 15:47:06 -0000	1.348
@@ -982,7 +982,7 @@
       --build-generator ${CMAKE_TEST_GENERATOR}
       --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
       --build-project kwsys
-      --test-command  testIOS
+      --test-command kwsysTestsCxx testIOS
       )
   ENDIF(NOT CMAKE_TEST_DIFFERENT_GENERATOR)
   SET(MAKE_IS_GNU )



More information about the Cmake-commits mailing list