googletest
googletest copied to clipboard
Fail if filter matches no tests
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.