mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 06:21:57 +00:00
Evaluate console output of sample. Enable on other platforms, this should not be whitelisted. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
206 B
YAML
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!"
|