https://github.com/Kitware/CMake
Revision ce44c2cec306e6d7266ba3e5444ee36bce879e3d authored by Ben Boeckel on 28 August 2021, 19:12:30 UTC, committed by Ben Boeckel on 09 September 2021, 01:04:46 UTC
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
1 parent 9c8e25c
Raw File
Tip revision: ce44c2cec306e6d7266ba3e5444ee36bce879e3d authored by Ben Boeckel on 28 August 2021, 19:12:30 UTC
ctest_memcheck: generate `DynamicAnalysis-Test.xml` as well
Tip revision: ce44c2c
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top