zephyr/tests/cmake/sysbuild_snippets/Kconfig
Jamie McCrae 06fd7389bd tests: cmake: Add sysbuild snippets test
Adds a new test that ensures sysbuild snippets work and are
applied correctly

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-12-27 07:18:13 +01:00

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.