summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2014-09-08 02:58:04 (GMT)
committerJason Evans <je@fb.com>2014-09-08 02:58:04 (GMT)
commit423d78a21bc6c9a038bdf436ad2cee194560d488 (patch)
tree0c935ceb945ee95ea8da53e38c67eb43b7ea9a6d /Makefile.in
parentb67ec3c4973e8f7ca272c13472aa98c8a3ba4de4 (diff)
downloadjemalloc-423d78a21bc6c9a038bdf436ad2cee194560d488.zip
jemalloc-423d78a21bc6c9a038bdf436ad2cee194560d488.tar.gz
jemalloc-423d78a21bc6c9a038bdf436ad2cee194560d488.tar.bz2
Add microbench tests.
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 d3e91b5..1446dbe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -144,7 +144,7 @@ TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
$(srcroot)test/integration/thread_tcache_enabled.c \
$(srcroot)test/integration/xallocx.c \
$(srcroot)test/integration/chunk.c
-TESTS_STRESS :=
+TESTS_STRESS := $(srcroot)test/stress/microbench.c
TESTS := $(TESTS_UNIT) $(TESTS_INTEGRATION) $(TESTS_STRESS)
C_OBJS := $(C_SRCS:$(srcroot)%.c=$(objroot)%.$(O))