diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-15 11:37:18 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-15 11:37:18 +0200 |
commit | f9769a239784772453d595bc2f4bed8739810e06 (patch) | |
tree | 9275a1a05811d349e1e28358da02cedd81cc9df5 /malloc/Makefile | |
parent | 341da5b4b6253de9a7581a066f33f89cacb44dec (diff) | |
download | glibc-f9769a239784772453d595bc2f4bed8739810e06.tar.gz glibc-f9769a239784772453d595bc2f4bed8739810e06.tar.xz glibc-f9769a239784772453d595bc2f4bed8739810e06.zip |
malloc: Various cleanups for malloc/tst-mxfast
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 94b74b5c45..742c515eb2 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 |