summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-08-29 15:57:11 -0700
committerPatrick Venture <venture@google.com>2018-08-29 16:00:38 -0700
commit40be36ac31a4756498a1f297324129fe1271b726 (patch)
tree950c5c7abba05f5e1f5bdb06da3effc8bb9dc491 /test
parent64f072a74c895de24b2ec7a5c829224e6abdf516 (diff)
downloadphosphor-pid-control-40be36ac31a4756498a1f297324129fe1271b726.tar.gz
phosphor-pid-control-40be36ac31a4756498a1f297324129fe1271b726.zip
add missing gmock header: read|write interface mock
Change-Id: I8633300650d1f40d9d5b880ebee3be51236db3c5 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test')
-rw-r--r--test/readinterface_mock.hpp2
-rw-r--r--test/writeinterface_mock.hpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/readinterface_mock.hpp b/test/readinterface_mock.hpp
index 0735559..b8ab5ac 100644
--- a/test/readinterface_mock.hpp
+++ b/test/readinterface_mock.hpp
@@ -2,6 +2,8 @@
#include "interfaces.hpp"
+#include <gmock/gmock.h>
+
class ReadInterfaceMock : public ReadInterface
{
public:
diff --git a/test/writeinterface_mock.hpp b/test/writeinterface_mock.hpp
index 4fab5fb..6aaa4de 100644
--- a/test/writeinterface_mock.hpp
+++ b/test/writeinterface_mock.hpp
@@ -2,6 +2,8 @@
#include "interfaces.hpp"
+#include <gmock/gmock.h>
+
class WriteInterfaceMock : public WriteInterface
{
public:
OpenPOWER on IntegriCloud