Add a test to check the output in JSON-based stats is consistent with mallctl results.

This commit is contained in:
guangli-dai
2026-02-21 11:36:55 -08:00
committed by Guangli Dai
parent 12b33ed8f1
commit c73ab1c2ff
2 changed files with 244 additions and 0 deletions

View File

@@ -240,6 +240,7 @@ TESTS_UNIT := \
$(srcroot)test/unit/junk.c \
$(srcroot)test/unit/junk_alloc.c \
$(srcroot)test/unit/junk_free.c \
$(srcroot)test/unit/json_stats.c \
$(srcroot)test/unit/log.c \
$(srcroot)test/unit/mallctl.c \
$(srcroot)test/unit/malloc_conf_2.c \