diff options
author | Brad King <brad.king@kitware.com> | 2020-03-31 13:25:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-03-31 13:25:09 (GMT) |
commit | 529d7291b40e8b4c09e3952d6992cafcee979f8c (patch) | |
tree | ff63831b5eb0231f020388e0b1e27c82d7922f4e /Help/release/dev | |
parent | 0f66cb6b225123a900c914a01b85730da9c1261d (diff) | |
parent | 398a2bddf3d03aaa7c0f8df2290e06c18ba4e680 (diff) | |
download | CMake-529d7291b40e8b4c09e3952d6992cafcee979f8c.zip CMake-529d7291b40e8b4c09e3952d6992cafcee979f8c.tar.gz CMake-529d7291b40e8b4c09e3952d6992cafcee979f8c.tar.bz2 |
Merge topic 'GoogleTest-DISCOVERY_MODE-note'
398a2bddf3 Help: Add release note for GoogleTest module DISCOVERY_MODE feature
2361f4efe1 Help: Update GoogleTest XML_OUTPUT_DIR release note markup
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4550
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/GoogleTest-DISCOVERY_MODE.rst | 7 | ||||
-rw-r--r-- | Help/release/dev/GoogleTest-XML_OUTPUT_DIR.rst | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Help/release/dev/GoogleTest-DISCOVERY_MODE.rst b/Help/release/dev/GoogleTest-DISCOVERY_MODE.rst new file mode 100644 index 0000000..7bc2f14 --- /dev/null +++ b/Help/release/dev/GoogleTest-DISCOVERY_MODE.rst @@ -0,0 +1,7 @@ +GoogleTest-DISCOVERY_MODE +------------------------- + +* The :module:`GoogleTest` module :command:`gtest_discover_tests` command + 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. diff --git a/Help/release/dev/GoogleTest-XML_OUTPUT_DIR.rst b/Help/release/dev/GoogleTest-XML_OUTPUT_DIR.rst index ee29e60..e8aba01 100644 --- a/Help/release/dev/GoogleTest-XML_OUTPUT_DIR.rst +++ b/Help/release/dev/GoogleTest-XML_OUTPUT_DIR.rst @@ -1,6 +1,6 @@ GoogleTest-XML_OUTPUT_DIR ------------------------- -* The :module:`GoogleTest` module ``gtest_discover_test`` command +* The :module:`GoogleTest` module :command:`gtest_discover_tests` command gained a new optional parameter ``XML_OUTPUT_DIR``. When set the JUnit XML test results are stored in that directory. |