From e882cb8eb1cb0d49592f89fab14a87fe513fbbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 25 Apr 2022 18:36:40 +0200 Subject: [PATCH] Document the new --skip-benchmarks flag --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 57cc280a..a342e915 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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