googletest icon indicating copy to clipboard operation
googletest copied to clipboard

Fail if filter matches no tests

Open BMBurstein opened this issue 3 years ago • 0 comments

I think that the test app (i.e. gtest_main) should fail if given a filter matches no tests, or at least there should be such an option. I had accidentally misspelled a test name and didn't realize that nothing was running since I kept getting a green light in my test runner.

BMBurstein avatar May 01 '22 12:05 BMBurstein