浏览代码

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 <[email protected]>
Merge-request: !4550
Brad King 5 年之前
父节点
当前提交
529d7291b4
共有 2 个文件被更改,包括 8 次插入1 次删除
  1. 7 0
      Help/release/dev/GoogleTest-DISCOVERY_MODE.rst
  2. 1 1
      Help/release/dev/GoogleTest-XML_OUTPUT_DIR.rst

+ 7 - 0
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.

+ 1 - 1
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.