GoogleTest.rst 547 B

1234567891011
  1. GoogleTest
  2. ----------
  3. * The :module:`GoogleTest` module gained a new command
  4. :command:`gtest_discover_tests` implementing dynamic (build-time) test
  5. discovery. Unlike the source parsing approach, dynamic discovery executes
  6. the test (in 'list available tests' mode) at build time to discover tests.
  7. This is robust against unusual ways of labeling tests, provides much better
  8. support for advanced features such as parameterized tests, and does not
  9. require re-running CMake to discover added or removed tests within a test
  10. executable.