mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 11:31:56 +00:00
Add unique identifier instead of just 'test' for samples. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
263 B
YAML
13 lines
263 B
YAML
sample:
|
|
name: External Library
|
|
tests:
|
|
sample.app_dev.external_lib:
|
|
tags: external
|
|
platform_exclude: qemu_x86_64
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "Hello World!"
|
|
- "mylib says: Hello World!"
|