https://github.com/Kitware/CMake
Revision 398a2bddf3d03aaa7c0f8df2290e06c18ba4e680 authored by Brad King on 31 March 2020, 11:18:14 UTC, committed by Brad King on 31 March 2020, 11:18:14 UTC
This feature was added by commit 75e82a13db (GoogleTest: Add new
DISCOVERY_MODE option to gtest_discover_tests, 2020-03-16) but a
release note was accidentally left out.  Add one now.
1 parent 2361f4e
Raw File
Tip revision: 398a2bddf3d03aaa7c0f8df2290e06c18ba4e680 authored by Brad King on 31 March 2020, 11:18:14 UTC
Help: Add release note for GoogleTest module DISCOVERY_MODE feature
Tip revision: 398a2bd
.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