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>
3 lines
33 B
Plaintext
3 lines
33 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_MIN_HEAP=y
|