1#
2# Copyright 2025 NXP
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7common:
8  tags:
9    - drivers
10    - flash
11    - memc
12tests:
13  flash.interface_test.build_only:
14    harness: ztest
15    build_only: true
16    filter: CONFIG_FLASH_HAS_DRIVER_ENABLED and
17      dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions")
18    integration_platforms:
19      - imx95_evk/mimx9596/m7
20