zephyr/samples/application_development/external_lib/sample.yaml
Anas Nashif 4843c69f06 sample: external_lib: support console harness
Evaluate console output of sample.

Enable on other platforms, this should not be whitelisted.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-01-25 04:45:35 +05:30

12 lines
206 B
YAML

sample:
name: External Library
tests:
test:
tags: external
harness: console
harness_config:
type: multi_line
regex:
- "Hello World!"
- "mylib says: Hello World!"