zephyr/samples/basic/sys_heap/sample.yaml
Alberto Escolar Piedras 388f82f6b3 samples/basic: Switch from native_posix to native_sim
In the docs replace the references to native_posix with native_sim.
And switch the default test platform to native_sim from native_posix.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-14 13:06:01 +01:00

21 lines
475 B
YAML

sample:
description: System heap sample showing how to use sys_heap functions
name: Basic system heap sample
common:
integration_platforms:
- native_sim
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- ".*allocated 15.,.*"
- ".*allocated 10.,.*"
- ".*allocated 0, free ..., max allocated ..., heap size 256.*"
tests:
sample.basic.sys_heap:
tags:
- heap
- statistics
- dynamic_memory