GoogleTest-DISCOVERY_MODE.rst 315 B

1234567
  1. GoogleTest-DISCOVERY_MODE
  2. -------------------------
  3. * The :module:`GoogleTest` module :command:`gtest_discover_tests` command
  4. gained a new ``DISCOVERY_MODE`` option to control when the test
  5. discovery step is run. It offers a new ``PRE_TEST`` setting to
  6. run the discovery at test time instead of build time.