diff options
Diffstat (limited to 'Help/release/dev/ExtractGTestMacro.rst')
-rw-r--r-- | Help/release/dev/ExtractGTestMacro.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Help/release/dev/ExtractGTestMacro.rst b/Help/release/dev/ExtractGTestMacro.rst deleted file mode 100644 index ff2b444..0000000 --- a/Help/release/dev/ExtractGTestMacro.rst +++ /dev/null @@ -1,9 +0,0 @@ -ExtractGTestMacro ------------------ - -* A new :module:`GoogleTest` module was added to provide the - :command:`gtest_add_tests` function independently of the :module:`FindGTest` - module. The function was also updated to support keyword arguments, with - functionality expanded to allow a test name prefix and suffix to be - specified, the dependency on the source files to be optional and the list of - discovered test cases to be returned to the caller. |