Adds a new test that ensures sysbuild snippets work and are applied correctly Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
13 lines
319 B
Text
13 lines
319 B
Text
# Copyright 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "Zephyr"
|
|
source "Kconfig.zephyr"
|
|
endmenu
|
|
|
|
# Test values set by the snippet config overlays and tested by the test logic
|
|
config TEST_FOO_VAL
|
|
int "Test value"
|
|
default 12
|
|
help
|
|
This option's value should be overridden by sysbuild.
|