From 974bcd1af6ecda33d2b872b6d54ff6fe5f6e291a Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 15 Jun 2023 15:10:01 -0400 Subject: [PATCH] make unit tests compatible with latest googletest #2064 --- unit_tests/gtest-all.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit_tests/gtest-all.cpp b/unit_tests/gtest-all.cpp index 37639641ec..8b47a2fca9 100644 --- a/unit_tests/gtest-all.cpp +++ b/unit_tests/gtest-all.cpp @@ -2,8 +2,10 @@ // todo: adjust the makefile so that we can remove this #include "src/gtest.cc" +#include "src/gtest-assertion-result.cc" #include "src/gtest-death-test.cc" #include "src/gtest-filepath.cc" +#include "src/gtest-matchers.cc" #include "src/gtest-port.cc" #include "src/gtest-printers.cc" #include "src/gtest-test-part.cc"