mirror of https://github.com/rusefi/rusefi-1.git
11 lines
508 B
C++
11 lines
508 B
C++
|
// this is a work-around since our Makefile does not recognice .cc format
|
||
|
// todo: adjust the makefile so that we can remove this
|
||
|
|
||
|
#include "googletest/googletest/src/gtest.cc"
|
||
|
#include "googletest/googletest/src/gtest-death-test.cc"
|
||
|
#include "googletest/googletest/src/gtest-filepath.cc"
|
||
|
#include "googletest/googletest/src/gtest-port.cc"
|
||
|
#include "googletest/googletest/src/gtest-printers.cc"
|
||
|
#include "googletest/googletest/src/gtest-test-part.cc"
|
||
|
#include "googletest/googletest/src/gtest-typed-test.cc"
|