zephyr/samples/modules/nanopb/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

20 lines
363 B
YAML

sample:
description: Nanopb sample, with a simple proto buffer
name: Simple nanopb
common:
modules:
- nanopb
harness: console
harness_config:
type: one_line
regex:
- "Your lucky number was 13!"
tests:
sample.modules.nanopb:
tags:
- samples
- nanopb
integration_platforms:
- native_sim
- native_sim_64