-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [external/Catch2](https://github.com/catchorg/Catch2) from `0321d2f` to `914aeec`. - [Release notes](https://github.com/catchorg/Catch2/releases) - [Commits](catchorg/Catch2@0321d2f...914aeec) --- updated-dependencies: - dependency-name: external/Catch2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ee55fba
commit f13a565
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Catch2
updated
24 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 | examples/CMakeLists.txt | |
+15 −17 | 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 | |
+22 −15 | src/catch2/meson.build | |
+1 −1 | tests/ExtraTests/CMakeLists.txt | |
+23 −0 | tests/SelfTest/IntrospectiveTests/ToString.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 |