zephyr/samples/application_development/external_lib/sample.yaml
Kumar Gala 59fd4bfdfd samples: app_dev: set integration_platforms to native_posix
Set integration_platforms on these samples to just native_posix.  This
should be sufficient to make sure these tests build and run.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-03 09:11:53 -06: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!"