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>
11 lines
189 B
YAML
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
|