https://github.com/Kitware/CMake
Revision a4fccf74af66755c2aeaa1cdba996ea48bf371b8 authored by Brad King on 10 September 2021, 13:29:22 UTC, committed by Kitware Robot on 10 September 2021, 13:29:42 UTC
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
2 parent s 118a0ad + ce44c2c
Raw File
Tip revision: a4fccf74af66755c2aeaa1cdba996ea48bf371b8 authored by Brad King on 10 September 2021, 13:29:22 UTC
Merge topic 'ctest-memcheck-generate-test.xml'
Tip revision: a4fccf7
.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