diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-06-24 13:19:06 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-06-24 13:19:06 (GMT) |
commit | 1458b4c048c4c68318f479569b91aeb9993439b8 (patch) | |
tree | c86da1aa98232728184ccc858e74f3a5e3c378f4 /Help/release/3.18.rst | |
parent | 642ea49115949c57cc5f96a377d950e700a8f8c1 (diff) | |
download | CMake-1458b4c048c4c68318f479569b91aeb9993439b8.zip CMake-1458b4c048c4c68318f479569b91aeb9993439b8.tar.gz CMake-1458b4c048c4c68318f479569b91aeb9993439b8.tar.bz2 |
Help: Add CMAKE_GTEST_DISCOVER_TESTS_DISCOVERY_MODE to release notes
Diffstat (limited to 'Help/release/3.18.rst')
-rw-r--r-- | Help/release/3.18.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/release/3.18.rst b/Help/release/3.18.rst index c98b12a..ef4fa30 100644 --- a/Help/release/3.18.rst +++ b/Help/release/3.18.rst @@ -194,7 +194,9 @@ Modules * gained a new ``DISCOVERY_MODE`` option to control when the test discovery step is run. It offers a new ``PRE_TEST`` setting to - run the discovery at test time instead of build time. + run the discovery at test time instead of build time. A new + ``CMAKE_GTEST_DISCOVER_TESTS_DISCOVERY_MODE`` variable can be used + to change the default globally. * gained a new optional parameter ``XML_OUTPUT_DIR``. When set the JUnit XML test results are stored in that directory. |