zephyr/samples/hello_world/sample.yaml
Anas Nashif 0c5810a1a2 samples: hello_world: filter for integration
Enable sample for integration.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-07-30 08:00:03 -04:00

17 lines
340 B
YAML

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