zephyr/samples/hello_world/sample.yaml
Anas Nashif 10970a60c0 sanitycheck: remove unused platforms keyword
This keyword had no effect and was being copied over to many samples
errornously.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-11-19 15:03:55 -05:00

15 lines
286 B
YAML

sample:
description: Hello World sample, the simplest Zephyr
application
name: hello world
common:
tags: introduction
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"
tests:
sample.helloworld:
tags: introduction