Document the new --skip-benchmarks flag

This commit is contained in:
Martin Hořeňovský 2022-04-25 18:36:40 +02:00
parent c2bc321607
commit e882cb8eb1
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ v3 releases.
* For details see the docs for command-line and compile-time Catch2 configuration
* Added a support for Bazel integration with `XML_OUTPUT_FILE` env var (#2399)
* This has to be enabled during compilation.
* Added `--skip-benchmarks` flag to run tests without any `BENCHMARK`s (#2392, #2408)
### Fixes