zephyr/tests/lib/min_heap/testcase.yaml
Sayooj K Karun ada616b83f tests: lib: min_heap Add unit tests for min-heap API
Introduce test suite using Ztest for validating the min-heap API.
Covers insertion, removal, ordering, and custom comparators.

The tests verify correct behavior under both static and dynamic
initialization modes.

Signed-off-by: Sayooj K Karun <sayooj@aerlync.com>
2025-06-07 13:29:24 +01:00

11 lines
189 B
YAML

# Copyright (c) 2025 Aerlync Labs Inc.
#
# SPDX-License-Identifier: Apache-2.0
tests:
libraries.min_heap:
tags:
- data_structures
integration_platforms:
- native_sim