test: move shared mocks to common area
Move mocks that can be shared between version and firmware handler tests
to parent directory (bmc/test).
This will eliminate the need to duplicate the definition of testing
mocks.
Signed-off-by: Jason Ling <jasonling@google.com>
Change-Id: Id41c56271d0bfbcb8c18da1f903c7786699508d4
diff --git a/bmc/firmware-handler/test/firmware_unittest.hpp b/bmc/firmware-handler/test/firmware_unittest.hpp
index da2e8f7..0d18bda 100644
--- a/bmc/firmware-handler/test/firmware_unittest.hpp
+++ b/bmc/firmware-handler/test/firmware_unittest.hpp
@@ -1,5 +1,6 @@
#pragma once
+#include "create_action_map.hpp"
#include "data_mock.hpp"
#include "firmware_handler.hpp"
#include "flags.hpp"