summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2014-03-28 17:40:03 (GMT)
committerJason Evans <je@fb.com>2014-03-28 17:40:03 (GMT)
commitc2dcfd8ded8162cddb143836c12d003840fdeaeb (patch)
treeff5aaa0827c205542f67fe857f129838420adc66 /Makefile.in
parent67fd1e0700909381a71fd04d9cbd3d81fa5f0430 (diff)
downloadjemalloc-c2dcfd8ded8162cddb143836c12d003840fdeaeb.zip
jemalloc-c2dcfd8ded8162cddb143836c12d003840fdeaeb.tar.gz
jemalloc-c2dcfd8ded8162cddb143836c12d003840fdeaeb.tar.bz2
Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7399f27..d6b7d6e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -141,7 +141,7 @@ TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
$(srcroot)test/integration/xallocx.c
ifeq ($(enable_experimental), 1)
TESTS_INTEGRATION += $(srcroot)test/integration/allocm.c \
- $(srcroot)test/integration/ALLOCM_ARENA.c \
+ $(srcroot)test/integration/MALLOCX_ARENA.c \
$(srcroot)test/integration/rallocm.c
endif
TESTS_STRESS :=