From d1b27eeda3d92f33314e93537437cab11ddf4777 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 17 Jun 2025 05:52:27 +0800 Subject: [PATCH] malloc: Sort tests-exclude-largetcache in Makefile This fixes: FAIL: lint-makefiles Signed-off-by: H.J. Lu --- malloc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/malloc/Makefile b/malloc/Makefile index 2449047d24..2f232f9238 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 = \ -- 2.47.2