mirror of https://github.com/rusefi/rusefi-1.git
9 lines
413 B
C++
9 lines
413 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/googlemock/src/gmock-cardinalities.cc"
|
||
|
#include "googletest/googlemock/src/gmock-internal-utils.cc"
|
||
|
#include "googletest/googlemock/src/gmock-matchers.cc"
|
||
|
#include "googletest/googlemock/src/gmock-spec-builders.cc"
|
||
|
#include "googletest/googlemock/src/gmock.cc"
|