zephyr/samples/hello_world/sample.yaml
Anas Nashif bca9c456d2 samples: remove build_only from various samples
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-12-28 20:24:29 -05:00

15 lines
304 B
YAML

sample:
description: Hello World sample, the simplest Zephyr
application
name: hello world
platforms: all
common:
tags: samples
harness: console
tests:
singlethread:
extra_args: CONF_FILE=prj_single.conf
filter: not CONFIG_BT and not CONFIG_GPIO_SCH
test:
tags: samples