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
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top