The CTest documentation online appears like it wasn&#39;t generated from the 2.6.3 source release.  Just noticed this by accident tonight and wanted to mention it.<br><br><br><a href="http://www.cmake.org/cmake/help/ctest2.6docs.html#command:ctest_update">http://www.cmake.org/cmake/help/ctest2.6docs.html#command:ctest_update</a><br clear="all">
<ul><li>
    <a name="command:ctest_submit"><b><code>ctest_submit</code></b></a>: Submits the repository.<br>
    <pre>  ctest_submit([RETURN_VALUE res] [PARTS ...] [FILES ...])<br></pre>
    <p>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. </p></li></ul><br><br>cmake-2.6.3/Source/CTest/cmCTestSubmitCommand.h:<br>  /**<br>   * More documentation.<br>   */<br>  virtual const char* GetFullDocumentation()<br>
    {<br>    return<br>      &quot;  ctest_submit([RETURN_VALUE res])\n&quot;<br>      &quot;Submits the test results for the project.&quot;;<br>    }<br><br><br><br><br>-- <br>Philip Lowman<br>