ExtractGTestMacro.rst 455 B

123456789
  1. ExtractGTestMacro
  2. -----------------
  3. * A new :module:`GoogleTest` module was added to provide the
  4. :command:`gtest_add_tests` function independently of the :module:`FindGTest`
  5. module. The function was also updated to support keyword arguments, with
  6. functionality expanded to allow a test name prefix and suffix to be
  7. specified, the dependency on the source files to be optional and the list of
  8. discovered test cases to be returned to the caller.