diff options
author | Patrick Venture <venture@google.com> | 2019-01-15 19:57:38 -0800 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2019-01-15 20:06:31 -0800 |
commit | cd8dab491d3f78124be800252186a32a90c884b8 (patch) | |
tree | 43556d70c8144dcb42b33655a65297f02295d257 /test/utils_unittest.cpp | |
parent | d1c3e86f2368ec69098a4e786a5c4e9d2455ae1d (diff) | |
download | phosphor-ipmi-blobs-cd8dab491d3f78124be800252186a32a90c884b8.tar.gz phosphor-ipmi-blobs-cd8dab491d3f78124be800252186a32a90c884b8.zip |
stop installing manager header
Stop installing the manager header as it is no longer meant to be
exported, but rather used only internally within this repository.
Change-Id: I2ab21a31fd745e1b3e36fc39ffea5e26d373ff51
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test/utils_unittest.cpp')
-rw-r--r-- | test/utils_unittest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils_unittest.cpp b/test/utils_unittest.cpp index 8a0cdca..b986bd8 100644 --- a/test/utils_unittest.cpp +++ b/test/utils_unittest.cpp @@ -1,9 +1,9 @@ +#include "blob_mock.hpp" #include "dlsys_mock.hpp" #include "fs.hpp" +#include "manager_mock.hpp" #include "utils.hpp" -#include <blobs-ipmid/test/blob_mock.hpp> -#include <blobs-ipmid/test/manager_mock.hpp> #include <experimental/filesystem> #include <memory> #include <string> |