2023-06-15 11:53:38 -07:00
|
|
|
// this is a work-around since our Makefile does not recognise .cc format
|
2019-01-03 17:14:23 -08:00
|
|
|
// todo: adjust the makefile so that we can remove this
|
|
|
|
|
2023-06-15 12:04:15 -07:00
|
|
|
#include "src/gtest.cc"
|
2023-06-15 12:10:01 -07:00
|
|
|
#include "src/gtest-assertion-result.cc"
|
2023-06-15 12:04:15 -07:00
|
|
|
#include "src/gtest-death-test.cc"
|
|
|
|
#include "src/gtest-filepath.cc"
|
2023-06-15 12:10:01 -07:00
|
|
|
#include "src/gtest-matchers.cc"
|
2023-06-15 12:04:15 -07:00
|
|
|
#include "src/gtest-port.cc"
|
|
|
|
#include "src/gtest-printers.cc"
|
|
|
|
#include "src/gtest-test-part.cc"
|
|
|
|
#include "src/gtest-typed-test.cc"
|