From 7210b3109d3c93dd95eec0f74ab0635cba55fe2b Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Wed, 3 Oct 2018 14:01:35 -0700 Subject: header: install test mock headers IPMI Blob handlers will need to include these mocks when building unit-tests. Therefore, they must be installed. Change-Id: I4c8ed0fa1a4a8912853c024206ef5e61f87707d8 Signed-off-by: Patrick Venture --- test/process_unittest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/process_unittest.cpp') diff --git a/test/process_unittest.cpp b/test/process_unittest.cpp index 2ffb023..63e6f5e 100644 --- a/test/process_unittest.cpp +++ b/test/process_unittest.cpp @@ -1,9 +1,9 @@ #include "crc.hpp" #include "crc_mock.hpp" #include "ipmi.hpp" -#include "manager_mock.hpp" #include "process.hpp" +#include #include #include -- cgit v1.2.3