This will prepare test cases and samples with metadata and information that will be consumed by the sanitycheck script which will be changed to parse YAML files instead of ini. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
16 lines
404 B
YAML
16 lines
404 B
YAML
sample:
|
|
name: hello world
|
|
description: Hello World sample, the simplest Zephyr application
|
|
platforms: all
|
|
tests:
|
|
- test:
|
|
build_only: true
|
|
tags: samples tests
|
|
min_ram: 16
|
|
- singlethread:
|
|
build_only: true
|
|
extra_args: CONF_FILE=prj_single.conf
|
|
filter: not CONFIG_BLUETOOTH and not CONFIG_GPIO_SCH
|
|
tags: samples tests
|
|
min_ram: 16
|