rusefi/unit_tests/gmock-all.cpp

9 lines
413 B
C++
Raw Normal View History

2023-06-15 11:53:38 -07:00
// this is a work-around since our Makefile does not recognise .cc format
2019-01-07 22:20:18 -08:00
// 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"