Improve unit test coverage for jemalloc_init, arenas_management, and jemalloc_fork modules

This commit is contained in:
Slobodan Predolac
2026-04-26 14:12:22 -07:00
parent ba1e2fe4db
commit 6e0b8e6daa
5 changed files with 467 additions and 2 deletions

View File

@@ -206,6 +206,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/a0.c \
$(srcroot)test/unit/arena_decay.c \
$(srcroot)test/unit/arena_reset.c \
$(srcroot)test/unit/arenas_management.c \
$(srcroot)test/unit/atomic.c \
$(srcroot)test/unit/background_thread.c \
$(srcroot)test/unit/background_thread_enable.c \
@@ -247,6 +248,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/hpdata.c \
$(srcroot)test/unit/huge.c \
$(srcroot)test/unit/inspect.c \
$(srcroot)test/unit/jemalloc_init.c \
$(srcroot)test/unit/junk.c \
$(srcroot)test/unit/junk_alloc.c \
$(srcroot)test/unit/junk_free.c \