diff options
Diffstat (limited to 'Help/release/dev/GoogleTest.rst')
-rw-r--r-- | Help/release/dev/GoogleTest.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Help/release/dev/GoogleTest.rst b/Help/release/dev/GoogleTest.rst deleted file mode 100644 index 1e4a10e..0000000 --- a/Help/release/dev/GoogleTest.rst +++ /dev/null @@ -1,11 +0,0 @@ -GoogleTest ----------- - -* The :module:`GoogleTest` module gained a new command - :command:`gtest_discover_tests` implementing dynamic (build-time) test - discovery. Unlike the source parsing approach, dynamic discovery executes - the test (in 'list available tests' mode) at build time to discover tests. - This is robust against unusual ways of labeling tests, provides much better - support for advanced features such as parameterized tests, and does not - require re-running CMake to discover added or removed tests within a test - executable. |