[Cmake-commits] [cmake-commits] david.cole committed test.cmake.in 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 15 12:07:17 EDT 2009


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

Modified Files:
	test.cmake.in 
Log Message:
Use LABELS in some ctest_coverage calls to increase coverage in cmCTestCoverageHandler.cxx.


Index: test.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CTestTestFailedSubmits/test.cmake.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** test.cmake.in	14 Oct 2009 17:32:46 -0000	1.1
--- test.cmake.in	15 Oct 2009 16:07:14 -0000	1.2
***************
*** 38,42 ****
  CTEST_TEST(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
  CTEST_MEMCHECK(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
! CTEST_COVERAGE(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
  
  # ok to call ctest_submit - still avoids network activity because there is
--- 38,42 ----
  CTEST_TEST(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
  CTEST_MEMCHECK(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
! CTEST_COVERAGE(BUILD "${CTEST_BINARY_DIRECTORY}" @ctest_coverage_labels_args@ RETURN_VALUE res)
  
  # ok to call ctest_submit - still avoids network activity because there is



More information about the Cmake-commits mailing list