[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.426 1.427

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 10 11:16:09 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Fixed segfault and bad reporting if a ctest executable could not be found.  Also added some batch testing code that is not yet complete.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.426
retrieving revision 1.427
diff -C 2 -d -r1.426 -r1.427
*** CMakeLists.txt	3 Sep 2009 21:01:05 -0000	1.426
--- CMakeLists.txt	10 Sep 2009 15:16:05 -0000	1.427
***************
*** 343,346 ****
--- 343,347 ----
  SET(CTEST_SRCS cmCTest.cxx
    CTest/cmProcess.cxx
+   CTest/cmCTestBatchTestHandler.cxx
    CTest/cmCTestBuildAndTestHandler.cxx
    CTest/cmCTestBuildCommand.cxx



More information about the Cmake-commits mailing list