zephyr/samples/application_development/external_lib/sample.yaml
Alberto Escolar Piedras 196341c18b samples: Switch integration_platforms from native_posix to native_sim
For all remaining samples which now set their integration platform
as native_posix(_64) switch them to native_sim(_64)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-20 12:02:48 +01:00

14 lines
275 B
YAML

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