commit | cc7f385bea161647777a55e187c5e40bab4f841c | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jan 21 19:01:56 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Jan 21 19:19:51 2021 -0800 |
tree | 6e4f2247edca0bdac2314e5573323ddb45bb8c72 | |
parent | bec23189399cf5524352a4a42debd9ed43b31bfa [diff] [blame] |
handler_config: Split out from buildjson This allows us to build the version-handler without the json infrastructure. Change-Id: I8c0a5715cb66f6cbb3e72cb714759f6e11e3f409 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/bmc/version-handler/test/version_mock.hpp b/bmc/version-handler/test/version_mock.hpp index 80d3748..4cae248 100644 --- a/bmc/version-handler/test/version_mock.hpp +++ b/bmc/version-handler/test/version_mock.hpp
@@ -1,4 +1,4 @@ -#include "buildjson.hpp" +#include "handler_config.hpp" #include "image_mock.hpp" #include "triggerable_mock.hpp" #include "version_handler.hpp"