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