Skip to content

Commit

Permalink
Mention BUILD.bazel in contributing docs for CATCH_CONFIG*
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Nov 12, 2022
1 parent 1cd86c0 commit 6aa56c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/contributing.md
Expand Up @@ -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

Expand Down

0 comments on commit 6aa56c7

Please sign in to comment.