Skip to content

Commit

Permalink
⬆️ Bump libs/Catch2 from 119a7bb to 914aeec
Browse files Browse the repository at this point in the history
Bumps [libs/Catch2](https://github.com/catchorg/Catch2) from `119a7bb` to `914aeec`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@119a7bb...914aeec)

---
updated-dependencies:
- dependency-name: libs/Catch2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent fe557a8 commit edcb2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Catch2
Submodule Catch2 updated 42 files
+3 −0 .bazelrc
+1 −1 .conan/test_package/CMakeLists.txt
+3 −11 CMakeLists.txt
+1 −0 MODULE.bazel
+0 −16 WORKSPACE.bazel
+14 −4 docs/cmake-integration.md
+26 −0 docs/release-notes.md
+1 −1 docs/tostring.md
+1 −1 examples/CMakeLists.txt
+16 −19 extras/Catch.cmake
+61 −25 extras/CatchAddTests.cmake
+19 −13 extras/catch_amalgamated.cpp
+84 −63 extras/catch_amalgamated.hpp
+1 −1 meson.build
+1 −0 meson_options.txt
+5 −1 src/catch2/catch_tostring.hpp
+1 −1 src/catch2/catch_version.cpp
+2 −2 src/catch2/catch_version_macros.hpp
+1 −1 src/catch2/generators/catch_generators_range.hpp
+22 −15 src/catch2/meson.build
+1 −1 tests/ExtraTests/CMakeLists.txt
+2 −2 tests/SelfTest/Baselines/automake.sw.approved.txt
+2 −2 tests/SelfTest/Baselines/automake.sw.multi.approved.txt
+2 −2 tests/SelfTest/Baselines/console.sw.approved.txt
+2 −2 tests/SelfTest/Baselines/console.sw.multi.approved.txt
+2 −2 tests/SelfTest/Baselines/junit.sw.approved.txt
+2 −2 tests/SelfTest/Baselines/junit.sw.multi.approved.txt
+2 −2 tests/SelfTest/Baselines/sonarqube.sw.approved.txt
+2 −2 tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt
+7 −7 tests/SelfTest/Baselines/tap.sw.approved.txt
+7 −7 tests/SelfTest/Baselines/tap.sw.multi.approved.txt
+4 −4 tests/SelfTest/Baselines/teamcity.sw.approved.txt
+4 −4 tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt
+2 −2 tests/SelfTest/Baselines/xml.sw.approved.txt
+2 −2 tests/SelfTest/Baselines/xml.sw.multi.approved.txt
+23 −0 tests/SelfTest/IntrospectiveTests/ToString.tests.cpp
+56 −0 tests/SelfTest/UsageTests/Compilation.tests.cpp
+2 −2 tests/SelfTest/UsageTests/EnumToString.tests.cpp
+9 −2 tests/TestScripts/DiscoverTests/CMakeLists.txt
+36 −14 tests/TestScripts/DiscoverTests/VerifyRegistration.py
+7 −0 tests/TestScripts/DiscoverTests/register-tests.cpp
+1 −1 tools/misc/CMakeLists.txt

0 comments on commit edcb2c9

Please sign in to comment.