Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GoogleTest: Add support for disabled tests | Chuck Atkins | 2017-06-05 | 2 | -1/+29 |
| | | | | Fixes: #10612 | ||||
* | GoogleTest: Expand capabilities of gtest_add_tests() | Craig Scott | 2017-05-15 | 8 | -0/+147 |
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. |