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
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
