From 6aa56c70e2b07e7fa205689363c8853e0dc46033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 12 Nov 2022 22:08:15 +0100 Subject: [PATCH] Mention BUILD.bazel in contributing docs for CATCH_CONFIG* --- docs/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index d1df872a2b..a4c9220ba4 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -311,6 +311,8 @@ When adding new `CATCH_CONFIG` option, there are multiple places to edit: * `docs/configuration.md` - this is where the options are documented * `src/catch2/catch_user_config.hpp.in` - this is template for generating `catch_user_config.hpp` which contains the materialized configuration + * `BUILD.bazel` - Bazel does not have configuration support like CMake, + and all expansions need to be done manually * other files as needed, e.g. `catch2/internal/catch_config_foo.hpp` for the logic that guards the configuration