zephyr/samples/hello_world/sample.yaml

15 lines
292 B
YAML
Raw Permalink Normal View History

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.basic.helloworld:
tags: introduction