Skip to content

Commit

Permalink
Bump thirdparty/catch2 from 01cac90 to 32d9ae2
Browse files Browse the repository at this point in the history
Bumps [thirdparty/catch2](https://github.com/catchorg/Catch2) from `01cac90` to `32d9ae2`.
- [Release notes](https://github.com/catchorg/Catch2/releases)
- [Commits](catchorg/Catch2@01cac90...32d9ae2)

---
updated-dependencies:
- dependency-name: thirdparty/catch2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent bce4427 commit d4f6877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/catch2
Submodule catch2 updated 31 files
+1 −1 docs/cmake-integration.md
+4 −0 src/CMakeLists.txt
+1 −1 src/catch2/benchmark/catch_optimizer.hpp
+1 −0 src/catch2/catch_all.hpp
+148 −0 src/catch2/internal/catch_jsonwriter.cpp
+120 −0 src/catch2/internal/catch_jsonwriter.hpp
+4 −1 src/catch2/internal/catch_reporter_registry.cpp
+4 −0 src/catch2/meson.build
+372 −0 src/catch2/reporters/catch_reporter_json.cpp
+95 −0 src/catch2/reporters/catch_reporter_json.hpp
+1 −0 src/catch2/reporters/catch_reporters_all.hpp
+5 −1 tests/CMakeLists.txt
+2 −0 tests/SelfTest/Baselines/automake.sw.approved.txt
+2 −0 tests/SelfTest/Baselines/automake.sw.multi.approved.txt
+141 −2 tests/SelfTest/Baselines/compact.sw.approved.txt
+141 −2 tests/SelfTest/Baselines/compact.sw.multi.approved.txt
+2 −2 tests/SelfTest/Baselines/console.std.approved.txt
+410 −2 tests/SelfTest/Baselines/console.sw.approved.txt
+410 −2 tests/SelfTest/Baselines/console.sw.multi.approved.txt
+22 −1 tests/SelfTest/Baselines/junit.sw.approved.txt
+22 −1 tests/SelfTest/Baselines/junit.sw.multi.approved.txt
+23 −0 tests/SelfTest/Baselines/sonarqube.sw.approved.txt
+23 −0 tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt
+49 −1 tests/SelfTest/Baselines/tap.sw.approved.txt
+49 −1 tests/SelfTest/Baselines/tap.sw.multi.approved.txt
+4 −0 tests/SelfTest/Baselines/teamcity.sw.approved.txt
+4 −0 tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt
+387 −2 tests/SelfTest/Baselines/xml.sw.approved.txt
+387 −2 tests/SelfTest/Baselines/xml.sw.multi.approved.txt
+152 −0 tests/SelfTest/IntrospectiveTests/Json.tests.cpp
+3 −1 tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp

0 comments on commit d4f6877

Please sign in to comment.