Error out early if invalid test specs are provided

This commit is contained in:
Martin Hořeňovský
2021-12-12 15:18:50 +01:00
parent 3bfe900bbc
commit 08939cc8bb
3 changed files with 42 additions and 22 deletions

View File

@@ -197,6 +197,7 @@ new design.
* Catch2's pkg-config integration also provides 2 packages
* `catch2` is the statically compiled implementation by itself
* `catch2-with-main` also links in the default main
* Passing invalid test specifications passed to Catch2 are now reported before tests are run, and are a hard error.