zephyr/tests/cmake/yaml/test.yaml
Torsten Rasmussen 3382e28737 tests: cmake: add test cases for CMake YAML module
This commit provides a basic set of tests for Zephyr's CMake YAML
module.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2024-08-23 08:02:11 -04:00

14 lines
191 B
YAML

cmake:
test:
key-string: "Simple string"
key-int: 42
key-list-int:
- 4
- 10
- 2
key-list-string:
- "a"
- "list"
- "of"
- "strings"