From b4d8b44d0fbb40973c3ce7d59b78f69e001a5d1a Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Wed, 29 May 2024 09:15:46 +0200 Subject: [PATCH] tests settings/file: Add missing overlay for native_sim//64 native_sim//64 is one of the allowed platforms but lacks an overlay which causes the test to fail to build. Let's fix it. Signed-off-by: Alberto Escolar Piedras --- .../settings/file/boards/native_sim_native_64.overlay | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/subsys/settings/file/boards/native_sim_native_64.overlay diff --git a/tests/subsys/settings/file/boards/native_sim_native_64.overlay b/tests/subsys/settings/file/boards/native_sim_native_64.overlay new file mode 100644 index 00000000000..91647f82e20 --- /dev/null +++ b/tests/subsys/settings/file/boards/native_sim_native_64.overlay @@ -0,0 +1,6 @@ +/* + * Copyright (c) 2024 Nordic Semiconductor ASA + * + * SPDX-License-Identifier: Apache-2.0 + */ +#include "native_sim.overlay"