zephyr/tests/lib/min_heap/prj.conf
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

3 lines
33 B
Plaintext

CONFIG_ZTEST=y
CONFIG_MIN_HEAP=y