1common:
2  sysbuild: true
3  tags: sysbuild_snippets sysbuild
4  platform_allow:
5  - native_sim
6  integration_platforms:
7  - native_sim
8
9tests:
10  # Test the initial state with no snippets applied
11  buildsystem.sysbuild.snippets.none:
12    extra_args:
13    - SB_CONFIG_EXPECTED_SB_TEST_FOO_VAL=0
14    - SB_CONFIG_EXPECTED_APP_TEST_FOO_VAL=12
15  # Test the `foo` snippet in sysbuild
16  buildsystem.sysbuild.snippets.applied:
17    extra_args:
18    - SNIPPET=foo
19    - SB_CONFIG_EXPECTED_SB_TEST_FOO_VAL=464372
20    - SB_CONFIG_EXPECTED_APP_TEST_FOO_VAL=18382
21