Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GoogleTest: Generalize test samples | Evgeniy Shcherbina | 2022-01-11 | 1 | -19/+19 |
| | | | | | Replaced brittle (and irrelevant to the tests) parts of the sample outputs with generic regexps to ease making new test cases. | ||||
* | GoogleTest: Fix regex matching all dots in the suite name | Francesco Guastella | 2022-01-07 | 1 | -10/+19 |
| | |||||
* | GoogleTest: Add TEST_FILTER arg to gtest_discover_tests | Ashish Sadanandan | 2021-08-05 | 1 | -0/+16 |
The `TEST_FILTER` argument can be used to filter tests during the discovery phase. It combines `--gtest_filter=<expr>` with the `--gtest_list_tests` argument when invoking the test excutable for listing defined tests. Fixes: #17493 |