[CMake] slight problem with CTest documentation

Philip Lowman philip at yhbt.com
Fri Mar 6 02:36:53 EST 2009


The CTest documentation online appears like it wasn't generated from the
2.6.3 source release.  Just noticed this by accident tonight and wanted to
mention it.


http://www.cmake.org/cmake/help/ctest2.6docs.html#command:ctest_update

   - *ctest_submit*: Submits the repository.

     ctest_submit([RETURN_VALUE res] [PARTS ...] [FILES ...])

   Submits the test results for the project. By default all available parts
   are submitted. The PARTS option lists a subset of parts to be submitted. The
   FILES option explicitly lists specific files to be submitted. Each
   individual file must exist at the time of the call.



cmake-2.6.3/Source/CTest/cmCTestSubmitCommand.h:
  /**
   * More documentation.
   */
  virtual const char* GetFullDocumentation()
    {
    return
      "  ctest_submit([RETURN_VALUE res])\n"
      "Submits the test results for the project.";
    }




-- 
Philip Lowman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090306/bcec0033/attachment.htm>


More information about the CMake mailing list