1# Copyright (c) 2025 Aerlync Labs Inc.
2#
3# SPDX-License-Identifier: Apache-2.0
4
5sample:
6  description: zephyr min-heap library application
7  name: min-heap
8tests:
9  sample.data_structures.min-heap:
10    tags:
11      - data_structures
12    harness: console
13    integration_platforms:
14      - native_sim
15    harness_config:
16      type: multi_line
17      ordered: false
18      regex:
19        - "Top of heap: key=2 value=400"
20        - "Found element with key 5 at index 1,removing it..."
21