summaryrefslogtreecommitdiffstats
path: root/test/ipmi_validate_unittest.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-03 14:01:35 -0700
committerPatrick Venture <venture@google.com>2018-10-04 13:47:24 +0000
commit7210b3109d3c93dd95eec0f74ab0635cba55fe2b (patch)
treee2c8aada58967873e15e00fe2ecbe2042d08927f /test/ipmi_validate_unittest.cpp
parent5100a386404edfa517186c66aa90abbb6658bda7 (diff)
downloadphosphor-ipmi-blobs-7210b3109d3c93dd95eec0f74ab0635cba55fe2b.tar.gz
phosphor-ipmi-blobs-7210b3109d3c93dd95eec0f74ab0635cba55fe2b.zip
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 <venture@google.com>
Diffstat (limited to 'test/ipmi_validate_unittest.cpp')
-rw-r--r--test/ipmi_validate_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipmi_validate_unittest.cpp b/test/ipmi_validate_unittest.cpp
index 6bf4200..5a1cbfe 100644
--- a/test/ipmi_validate_unittest.cpp
+++ b/test/ipmi_validate_unittest.cpp
@@ -1,6 +1,6 @@
#include "ipmi.hpp"
-#include "manager_mock.hpp"
+#include <blobs-ipmid/test/manager_mock.hpp>
#include <vector>
#include <gtest/gtest.h>
OpenPOWER on IntegriCloud