diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2025-06-17 05:52:27 +0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2025-06-17 06:06:06 +0800 |
commit | d1b27eeda3d92f33314e93537437cab11ddf4777 (patch) | |
tree | 0de26bd92c8b06e27b2f43cda6802d6975650909 | |
parent | 15808c77b35319e67ee0dc8f984a9a1a434701bc (diff) | |
download | glibc-d1b27eeda3d92f33314e93537437cab11ddf4777.zip glibc-d1b27eeda3d92f33314e93537437cab11ddf4777.tar.gz glibc-d1b27eeda3d92f33314e93537437cab11ddf4777.tar.bz2 |
malloc: Sort tests-exclude-largetcache in Makefile
This fixes:
FAIL: lint-makefiles
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
-rw-r--r-- | malloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 2449047..2f232f9 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -150,14 +150,14 @@ tests-malloc-hugetlb2 = \ tests-exclude-largetcache = \ tst-compathooks-off \ tst-compathooks-on \ - tst-interpose-thread \ tst-interpose-nothread \ tst-interpose-static-nothread \ tst-interpose-static-thread \ - tst-mallocstate \ + tst-interpose-thread \ tst-malloc-backtrace \ tst-malloc-usable \ tst-malloc-usable-tunables \ + tst-mallocstate \ # tests-exclude-largetcache tests-malloc-largetcache = \ |