make unit tests compatible with latest googletest #2064

This commit is contained in:
Andrey 2023-06-15 15:10:01 -04:00 committed by rusefillc
parent 17c4310f39
commit 974bcd1af6
1 changed files with 2 additions and 0 deletions

View File

@ -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"