diff options
author | Brad King <brad.king@kitware.com> | 2013-11-18 14:25:50 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-11-18 14:25:50 (GMT) |
commit | 2596fae8ba4e84db9e490c56556c3458fafd9f7e (patch) | |
tree | 5900c7e64e16d7bb0b08c39af6928c0436d36ebe | |
parent | e099a37afa43bbe00f4a3bade40851b31c025147 (diff) | |
parent | 7eb994062a034815f31d57f91b19800b31cee63c (diff) | |
download | CMake-2596fae8ba4e84db9e490c56556c3458fafd9f7e.zip CMake-2596fae8ba4e84db9e490c56556c3458fafd9f7e.tar.gz CMake-2596fae8ba4e84db9e490c56556c3458fafd9f7e.tar.bz2 |
Merge topic 'doc-ctest-upload-part'
7eb9940 CTest: added documentation for the "Upload" submission PART
-rw-r--r-- | Help/command/ctest_submit.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst index 29d2f5d..ed801bb 100644 --- a/Help/command/ctest_submit.rst +++ b/Help/command/ctest_submit.rst @@ -22,6 +22,7 @@ Valid part names are: MemCheck = ctest_memcheck results, in DynamicAnalysis.xml Notes = Files listed by CTEST_NOTES_FILES, in Notes.xml ExtraFiles = Files listed by CTEST_EXTRA_SUBMIT_FILES + Upload = Files prepared for upload by ctest_upload(), in Upload.xml Submit = nothing The FILES option explicitly lists specific files to be submitted. |