zephyr/samples/application_development/external_lib/sample.yaml
Tom Burdick 36d8c1b7f7 samples: Remove platform filters for external_lib
Instead prefer to add the tag to ignored tags in the board yaml
where its clearer for both cavs25 and other cavs/ace boards what
to ignore even if duplicated.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2023-01-10 18:29:35 -05:00

14 lines
277 B
YAML

sample:
name: External Library
tests:
sample.app_dev.external_lib:
integration_platforms:
- native_posix
tags: external
harness: console
harness_config:
type: multi_line
regex:
- "Hello World!"
- "mylib says: Hello World!"