zephyr/tests/lib/uuid
Mohamed Moawad e717d20b0b tests: lib: uuid: add heap arena for MINIMAL_LIBC compatibility
The UUID library utilities require dynamic memory allocation for certain
operations, but MINIMAL_LIBC provides no malloc heap by default. This
causes test failures when UUID functions attempt to allocate memory.

Add CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=256 to provide a minimal heap
arena sufficient for UUID operations which typically
require small heap allocations.

Signed-off-by: Mohamed Moawad <moawad@synopsys.com>
2025-07-28 08:40:20 -04:00
..
src
CMakeLists.txt
prj.conf
testcase.yaml tests: lib: uuid: add heap arena for MINIMAL_LIBC compatibility 2025-07-28 08:40:20 -04:00