mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Makefile: alphabetize stress/analyze utilities.
This commit is contained in:
parent
ab274a23b9
commit
38867c5c17
1 changed files with 7 additions and 6 deletions
13
Makefile.in
13
Makefile.in
|
|
@ -294,14 +294,15 @@ else
|
|||
CPP_SRCS :=
|
||||
TESTS_INTEGRATION_CPP :=
|
||||
endif
|
||||
TESTS_ANALYZE := $(srcroot)test/analyze/rand.c \
|
||||
$(srcroot)test/analyze/sizes.c \
|
||||
$(srcroot)test/analyze/prof_bias.c
|
||||
TESTS_STRESS := $(srcroot)test/stress/microbench.c \
|
||||
TESTS_ANALYZE := $(srcroot)test/analyze/prof_bias.c \
|
||||
$(srcroot)test/analyze/rand.c \
|
||||
$(srcroot)test/analyze/sizes.c
|
||||
TESTS_STRESS := $(srcroot)test/stress/batch_alloc.c \
|
||||
$(srcroot)test/stress/fill_flush.c \
|
||||
$(srcroot)test/stress/large_microbench.c \
|
||||
$(srcroot)test/stress/hookbench.c \
|
||||
$(srcroot)test/stress/batch_alloc.c
|
||||
$(srcroot)test/stress/large_microbench.c \
|
||||
$(srcroot)test/stress/microbench.c
|
||||
|
||||
|
||||
|
||||
TESTS := $(TESTS_UNIT) $(TESTS_INTEGRATION) $(TESTS_INTEGRATION_CPP) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue