commit | fec15df45e297fe8a3343d69ae4b1c43f0e90d1c | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Dec 12 13:28:08 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Thu Dec 13 08:50:57 2018 -0800 |
tree | c8ccb2ea54ea920f816ae4415bc87adcc0786df2 | |
parent | 6efe68caab8a461b4864634f2f268bc314fd43d3 [diff] |
test: move mocks into root test folder Move the mocks from tools/test to test as the tools/test isn't being picked up by the make check call. Change-Id: I2e38fde95f443094a727295c8c4561b1eff844a9 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/tools/test/blob_interface_mock.hpp b/test/blob_interface_mock.hpp similarity index 100% rename from tools/test/blob_interface_mock.hpp rename to test/blob_interface_mock.hpp
diff --git a/tools/test/data_interface_mock.hpp b/test/data_interface_mock.hpp similarity index 100% rename from tools/test/data_interface_mock.hpp rename to test/data_interface_mock.hpp
diff --git a/tools/test/ipmi_interface_mock.hpp b/test/ipmi_interface_mock.hpp similarity index 100% rename from tools/test/ipmi_interface_mock.hpp rename to test/ipmi_interface_mock.hpp