[Cmake-commits] [cmake-commits] zach.mullen committed cmCTestMemCheckCommand.h 1.7 1.8

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Aug 31 11:32:44 EDT 2009


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

Modified Files:
	cmCTestMemCheckCommand.h 
Log Message:
Fixed ctest_memcheck docs (http://www.cmake.org/Bug/view.php?id=9242)


Index: cmCTestMemCheckCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestMemCheckCommand.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** cmCTestMemCheckCommand.h	20 Feb 2009 20:51:03 -0000	1.7
--- cmCTestMemCheckCommand.h	31 Aug 2009 15:32:39 -0000	1.8
***************
*** 63,70 ****
      {
      return
!       "  ctest_memcheck([BUILD build_dir] [RETURN_VALUE res] [APPEND])\n"
!       "Performs a memory checking of tests in the given build directory and "
!       "stores results in MemCheck.xml. The second argument is a variable "
!       "that will hold value."
        "\n"
        CTEST_COMMAND_APPEND_OPTION_DOCS;
--- 63,80 ----
      {
      return
!       "  ctest_memcheck([BUILD build_dir] [RETURN_VALUE res] [APPEND]\n"
!       "             [START start number] [END end number]\n"
!       "             [STRIDE stride number] [EXCLUDE exclude regex ]\n"
!       "             [INCLUDE include regex] \n" 
!       "             [EXCLUDE_LABEL exclude regex] \n"
!       "             [INCLUDE_LABEL label regex] )\n"
!       "Tests the given build directory and stores results in MemCheck.xml. "
!       "The second argument is a variable that will hold value. Optionally, "
!       "you can specify the starting test number START, the ending test number "
!       "END, the number of tests to skip between each test STRIDE, a regular "
!       "expression for tests to run INCLUDE, or a regular expression for tests "
!       "not to run EXCLUDE. EXCLUDE_LABEL and INCLUDE_LABEL are regular "
!       "expressions for tests to be included or excluded by the test "
!       "property LABEL."
        "\n"
        CTEST_COMMAND_APPEND_OPTION_DOCS;



More information about the Cmake-commits mailing list