make unit tests compatible with latest googletest #2064
This commit is contained in:
parent
17c4310f39
commit
974bcd1af6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue