discover-tests.rst 530 B

1234567891011
  1. discover-tests
  2. --------------
  3. * The :command:`discover_tests` command was added to support registering tests
  4. discovered at test time by :manual:`ctest(1)`. It runs a user-provided
  5. discovery command, parses its output, and generates test names, arguments,
  6. and properties from regular-expression captures.
  7. * Test drivers generated by the :command:`create_test_sourcelist` command now
  8. support the `-N` option to list all tests, one per line. This is useful in
  9. combination with the new :command:`discover_tests` command.