The commit adds test for flash_get_size. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
17 lines
322 B
YAML
17 lines
322 B
YAML
#
|
|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
common:
|
|
platform_allow:
|
|
- native_sim/native/64
|
|
- native_sim
|
|
tests:
|
|
drivers.flash.api:
|
|
tags: drivers flash
|
|
drivers.flash.api.userspace:
|
|
tags: driver flash userspace
|
|
extra_configs:
|
|
- CONFIG_USERSPACE=y
|