[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.136 1.137

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 26 09:44:10 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Add a ctest test to cover cmCTestBatchTestHandler.  Since its behavior isn't fully defined yet, we just run it as is and don't care much about the result.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.136
retrieving revision 1.137
diff -C 2 -d -r1.136 -r1.137
*** CMakeLists.txt	25 Oct 2009 21:00:51 -0000	1.136
--- CMakeLists.txt	26 Oct 2009 13:44:08 -0000	1.137
***************
*** 1187,1192 ****
    
    ADD_TEST(CTestTestShowOnly ${CMAKE_CTEST_COMMAND} -N)
! 
! 
    # Use macro, not function so that build can still be driven by CMake 2.4.
    # After 2.6 is required, this could be a function without the extra 'set'
--- 1187,1193 ----
    
    ADD_TEST(CTestTestShowOnly ${CMAKE_CTEST_COMMAND} -N)
!   
!   ADD_TEST(CTestBatchTest ${CMAKE_CTEST_COMMAND} -B)
!   
    # Use macro, not function so that build can still be driven by CMake 2.4.
    # After 2.6 is required, this could be a function without the extra 'set'



More information about the Cmake-commits mailing list