10970a60c0
This keyword had no effect and was being copied over to many samples errornously. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
286 B
YAML
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
|