2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-01-30 08:22:20 +00:00
Files
Catch2/include/internal/catch_test_spec_parser.cpp
Steven Franzen 6070745cab Improve reporting of unmatched filters (#1684)
This PR ultimately does 3 things
* Separately tracks matched tests per each filter part (that is, a set of filters separated by an OR (`,`)), which allows Catch2 to report each of the alternative filters that don't match any tests.
* Fixes `-w NoTests` to return non-zero in the process
* Adds tests for `-w NoTests`.
2019-08-06 20:51:19 +02:00

4.0 KiB