1# Copyright (c) 2024 TOKITA hiroshi 2# SPDX-License-Identifier: Apache-2.0 3 4common: 5 build_only: true 6 tags: 7 - drivers 8 - flash 9tests: 10 drivers.flash.build: 11 platform_allow: 12 - native_sim 13 drivers.flash.emul.build: 14 platform_allow: 15 - native_sim 16 extra_configs: 17 - CONFIG_EMUL=y 18