Skip to content
  • Craig Scott's avatar
    GoogleTest: Expand capabilities of gtest_add_tests() · 6edd1806
    Craig Scott authored
    Now has keyword-based arguments (old syntax form is still supported).
    Discovered tests can have a prefix and/or suffix added to the test names
    and the list of discovered tests is available to the caller. The working
    dir can also be set and the dependency on the source files is now
    optional instead of mandatory.
    6edd1806