18 lines
340 B
YAML
18 lines
340 B
YAML
#
|
|
# Copyright (c) 2022-2023 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
common:
|
|
platform_allow: nrf52840dk/nrf52840
|
|
tags:
|
|
- mgmt
|
|
- mcumgr
|
|
- all_options
|
|
build_only: true
|
|
tests:
|
|
mgmt.mcumgr.all.options: {}
|
|
mgmt.mcumgr.all.options.other:
|
|
extra_args:
|
|
- OVERLAY_CONFIG="other-options.conf"
|