mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Add unit tests for logging
This commit is contained in:
parent
b664bd7935
commit
5e23f96dd4
5 changed files with 284 additions and 3 deletions
|
|
@ -194,6 +194,7 @@ TESTS_UNIT := \
|
|||
$(srcroot)test/unit/prof_active.c \
|
||||
$(srcroot)test/unit/prof_gdump.c \
|
||||
$(srcroot)test/unit/prof_idump.c \
|
||||
$(srcroot)test/unit/prof_log.c \
|
||||
$(srcroot)test/unit/prof_reset.c \
|
||||
$(srcroot)test/unit/prof_tctx.c \
|
||||
$(srcroot)test/unit/prof_thread_name.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue