17 lines
322 B
YAML
17 lines
322 B
YAML
sample:
|
|
description: Hello World sample, the simplest Zephyr
|
|
application
|
|
name: hello world
|
|
common:
|
|
tags: introduction
|
|
integration_platforms:
|
|
- native_sim
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Hello World! (.*)"
|
|
tests:
|
|
sample.basic.helloworld:
|
|
tags: introduction
|