libfirmware/gmock-all.cpp

14 lines
474 B
C++
Raw Normal View History

2023-06-15 11:54:04 -07:00
// this is a work-around since our Makefile does not recognise .cc format
2022-07-20 15:12:39 -07:00
// todo: adjust the makefile so that we can remove this
// This line ensures that gmock.h can be compiled on its own, even
// when it's fused.
#include "gmock/gmock.h"
// The following lines pull in the real gmock *.cc files.
#include "src/gmock-cardinalities.cc"
#include "src/gmock-internal-utils.cc"
#include "src/gmock-matchers.cc"
#include "src/gmock-spec-builders.cc"
#include "src/gmock.cc"