mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
ctest_memcheck-generate-test.xml
|
||||
--------------------------------
|
||||
|
||||
* The :command:`ctest_memcheck` command now also generates a
|
||||
`DynamicAnalysis-Test.xml` file which may be used to submit test results to
|
||||
CDash.
|
||||
Reference in New Issue
Block a user