diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2021-08-28 19:12:30 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2021-09-09 01:04:46 (GMT) |
commit | ce44c2cec306e6d7266ba3e5444ee36bce879e3d (patch) | |
tree | c16b434ea468b1d9079caf8228c5f93a69ba656a /Help/command | |
parent | 9c8e25c5fdc3029020768116d01507bd84cbde42 (diff) | |
download | CMake-ce44c2cec306e6d7266ba3e5444ee36bce879e3d.zip CMake-ce44c2cec306e6d7266ba3e5444ee36bce879e3d.tar.gz CMake-ce44c2cec306e6d7266ba3e5444ee36bce879e3d.tar.bz2 |
ctest_memcheck: generate `DynamicAnalysis-Test.xml` as well
This is useful so that memcheck results also show up as test results on
CDash. It will be submitted with the other `MemCheck` parts.
Fixes: #22190
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_submit.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst index e6d277f..d661825 100644 --- a/Help/command/ctest_submit.rst +++ b/Help/command/ctest_submit.rst @@ -30,7 +30,8 @@ The options are: Build = ctest_build results, in Build.xml Test = ctest_test results, in Test.xml Coverage = ctest_coverage results, in Coverage.xml - MemCheck = ctest_memcheck results, in DynamicAnalysis.xml + MemCheck = ctest_memcheck results, in DynamicAnalysis.xml and + DynamicAnalysis-Test.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 |