mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Merge topic 'ctest-memcheck-generate-test.xml'
ce44c2cec3 ctest_memcheck: generate `DynamicAnalysis-Test.xml` as well
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !6491
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
|
||||
|
||||
6
Help/release/dev/ctest_memcheck-generate-test.xml.rst
Normal file
6
Help/release/dev/ctest_memcheck-generate-test.xml.rst
Normal file
@@ -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