196341c18b
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>
14 lines
275 B
YAML
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!"
|