tests/subsys log_backend_fs: Add missing overlays for native_sim

During the hwmv1->v2 transition, overlays from a base
board were made to be shared with the variants.
So at that time all overlays for variants which were
just copies were removed.
After that in
https://github.com/zephyrproject-rtos/zephyr/pull/71149
this shared/merged overlay behaviour was reverted,
but not all tests were fixed.

This is one of those. Let's fix it.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-04-18 09:57:55 +02:00 committed by Alberto Escolar
commit 73c0ca109c
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
CONFIG_LOG_MODE_DEFERRED=y

View file

@ -0,0 +1,6 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "native_sim.overlay"