about summary refs log tree commit diff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-08-15 11:37:18 +0200
committerArjun Shankar <ashankar@redhat.com>2019-10-30 19:03:40 +0100
commit5dab5eafb3dc2f72aaab911084d127d1af45a08c (patch)
tree3f1c05e9bb342b7b42ee3253557c40abe2e674eb /malloc/Makefile
parentcb89ba9c72f66327f5d66034681eb1d46eedf96f (diff)
downloadglibc-5dab5eafb3dc2f72aaab911084d127d1af45a08c.tar.gz
glibc-5dab5eafb3dc2f72aaab911084d127d1af45a08c.tar.xz
glibc-5dab5eafb3dc2f72aaab911084d127d1af45a08c.zip
malloc: Various cleanups for malloc/tst-mxfast
(cherry picked from commit f9769a239784772453d595bc2f4bed8739810e06)
Diffstat (limited to 'malloc/Makefile')
-rw-r--r--malloc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index 903bffe635..775b8db7e5 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -39,7 +39,6 @@ tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \
 	 tst-malloc-too-large \
 	 tst-malloc-stats-cancellation \
 	 tst-tcfree1 tst-tcfree2 tst-tcfree3 \
-	 tst-mxfast \
 
 tests-static := \
 	 tst-interpose-static-nothread \
@@ -55,7 +54,7 @@ tests-internal += \
 	 tst-dynarray-at-fail \
 
 ifneq (no,$(have-tunables))
-tests += tst-malloc-usable-tunables
+tests += tst-malloc-usable-tunables tst-mxfast
 tests-static += tst-malloc-usable-static-tunables
 endif