-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Catch2
updated
13 files
+1 −1 | CMakeLists.txt | |
+1 −1 | README.md | |
+2 −1 | docs/cmake-integration.md | |
+10 −0 | docs/release-notes.md | |
+1 −1 | include/catch.hpp | |
+1 −3 | include/internal/benchmark/catch_constructor.hpp | |
+1 −1 | include/internal/catch_debugger.h | |
+10 −2 | include/internal/catch_default_main.hpp | |
+1 −1 | include/internal/catch_session.cpp | |
+1 −1 | include/internal/catch_version.cpp | |
+1 −1 | projects/CMakeLists.txt | |
+8 −7 | projects/SelfTest/UsageTests/Message.tests.cpp | |
+17 −11 | single_include/catch2/catch.hpp |