Skip to content

Commit

Permalink
Bump external/Catch2 from 33e24b1 to 8898cc6 in the generic group (
Browse files Browse the repository at this point in the history
…#3757)

Bumps the generic group with 1 update: [external/Catch2](https://github.com/catchorg/Catch2).


Updates `external/Catch2` from `33e24b1` to `8898cc6`
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@33e24b1...8898cc6)

---
updated-dependencies:
- dependency-name: external/Catch2
  dependency-type: direct:production
  dependency-group: generic
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 3738c82 commit f08ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/Catch2
Submodule Catch2 updated 32 files
+1 −0 docs/cmake-integration.md
+13 −0 docs/deprecations.md
+1 −0 docs/list-of-examples.md
+0 −24 docs/other-macros.md
+133 −4 docs/test-fixtures.md
+74 −0 examples/111-Fix-PersistentFixture.cpp
+1 −0 examples/CMakeLists.txt
+8 −0 src/catch2/catch_test_case_info.hpp
+4 −0 src/catch2/catch_test_macros.hpp
+2 −0 src/catch2/interfaces/catch_interfaces_test_invoker.hpp
+2 −0 src/catch2/internal/catch_run_context.cpp
+2 −0 src/catch2/internal/catch_test_registry.cpp
+47 −0 src/catch2/internal/catch_test_registry.hpp
+30 −16 tests/ExtraTests/X02-DisabledMacros.cpp
+2 −0 tests/SelfTest/Baselines/automake.sw.approved.txt
+2 −0 tests/SelfTest/Baselines/automake.sw.multi.approved.txt
+6 −2 tests/SelfTest/Baselines/compact.sw.approved.txt
+6 −2 tests/SelfTest/Baselines/compact.sw.multi.approved.txt
+14 −2 tests/SelfTest/Baselines/console.std.approved.txt
+50 −2 tests/SelfTest/Baselines/console.sw.approved.txt
+50 −2 tests/SelfTest/Baselines/console.sw.multi.approved.txt
+13 −1 tests/SelfTest/Baselines/junit.sw.approved.txt
+13 −1 tests/SelfTest/Baselines/junit.sw.multi.approved.txt
+12 −0 tests/SelfTest/Baselines/sonarqube.sw.approved.txt
+12 −0 tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt
+9 −1 tests/SelfTest/Baselines/tap.sw.approved.txt
+9 −1 tests/SelfTest/Baselines/tap.sw.multi.approved.txt
+5 −0 tests/SelfTest/Baselines/teamcity.sw.approved.txt
+5 −0 tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt
+52 −2 tests/SelfTest/Baselines/xml.sw.approved.txt
+52 −2 tests/SelfTest/Baselines/xml.sw.multi.approved.txt
+26 −0 tests/SelfTest/UsageTests/Class.tests.cpp

0 comments on commit f08ee5f

Please sign in to comment.