| # Copyright 2023 Nordic Semiconductor ASA |
| # SPDX-License-Identifier: Apache-2.0 |
| # Snippet test types used by the test implementation to steer the test logic |
| prompt "Snippet Test Type" |
| Test the initial state with no snippets applied. |
| Test the `foo` snippet from the default application snippet root. |
| Test the `bar` snippet from an extra snippet root. |
| bool "Test Type: Foo-Bar" |
| Test the snippet processing order (1. foo, 2. bar) |
| bool "Test Type: Bar-Foo" |
| Test the snippet processing order (1. bar, 2. foo) |
| # Test values set by the snippet config overlays and tested by the test logic |
| int "Test value set by the 'foo' snippet config overlay" |
| This option's value should be overridden by the 'foo' snippet config |
| int "Test value set by the 'foo' snippet config overlay" |
| This option's value should be overridden by the 'foo' snippet config |
| int "Test value set by the snippet config overlays" |
| This option's value should be overridden by the snippet config |