-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [external/googletest](https://github.com/google/googletest) from `06f44bc` to `be03d00`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@06f44bc...be03d00) --- updated-dependencies: - dependency-name: external/googletest 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
c445fd5
commit 6220a97
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule googletest
updated
24 files
+4 −0 | .gitignore | |
+1 −13 | CMakeLists.txt | |
+36 −37 | README.md | |
+24 −22 | docs/gmock_cook_book.md | |
+5 −9 | docs/pkgconfig.md | |
+1 −1 | docs/primer.md | |
+35 −35 | docs/reference/testing.md | |
+10 −19 | googlemock/CMakeLists.txt | |
+10 −18 | googletest/CMakeLists.txt | |
+3 −3 | googletest/README.md | |
+25 −65 | googletest/cmake/internal_utils.cmake | |
+3 −3 | googletest/include/gtest/gtest-printers.h | |
+4 −1 | googletest/include/gtest/gtest.h | |
+2 −0 | googletest/include/gtest/internal/gtest-port-arch.h | |
+7 −4 | googletest/include/gtest/internal/gtest-port.h | |
+1 −1 | googletest/src/gtest-death-test.cc | |
+2 −2 | googletest/src/gtest-filepath.cc | |
+5 −5 | googletest/src/gtest-internal-inl.h | |
+4 −4 | googletest/src/gtest-printers.cc | |
+33 −46 | googletest/src/gtest.cc | |
+2 −2 | googletest/test/googletest-catch-exceptions-test.py | |
+13 −3 | googletest/test/googletest-output-test-golden-lin.txt | |
+6 −0 | googletest/test/googletest-output-test_.cc | |
+17 −1 | googletest/test/gtest_unittest.cc |