diff options
author | Patrick Venture <venture@google.com> | 2018-10-03 14:01:35 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2018-10-04 13:47:24 +0000 |
commit | 7210b3109d3c93dd95eec0f74ab0635cba55fe2b (patch) | |
tree | e2c8aada58967873e15e00fe2ecbe2042d08927f /Makefile.am | |
parent | 5100a386404edfa517186c66aa90abbb6658bda7 (diff) | |
download | phosphor-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 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2c31b57..d9c5590 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,9 @@ libblobcmds_la_CXXFLAGS = $(SYSTEMD_CFLAGS) \ nobase_include_HEADERS = \ blobs-ipmid/blobs.hpp \ - blobs-ipmid/manager.hpp + blobs-ipmid/manager.hpp \ + blobs-ipmid/test/blob_mock.hpp \ + blobs-ipmid/test/manager_mock.hpp # Always build but only installed if you add the item: # BLOBIPMI_PROVIDER_LIBRARY += "libexample.so" |