[PATCH] malloc: Correct Makefile sorting glitches
Florian Weimer
fweimer@redhat.com
Mon Jan 19 10:47:46 GMT 2026
---
malloc/Makefile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/malloc/Makefile b/malloc/Makefile
index bd7383dc64..fef5021298 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -39,6 +39,7 @@ tests := \
tst-free-sized-trace \
tst-interpose-nothread \
tst-interpose-thread \
+ tst-mallinfo2 \
tst-malloc \
tst-malloc-alternate-path \
tst-malloc-backtrace \
@@ -51,7 +52,7 @@ tests := \
tst-malloc-thread-fail \
tst-malloc-too-large \
tst-malloc-usable \
- tst-malloc_info tst-mallinfo2 \
+ tst-malloc_info \
tst-mallocalign1 \
tst-mallocfork \
tst-mallocfork2 \
@@ -67,7 +68,10 @@ tests := \
tst-realloc \
tst-reallocarray \
tst-safe-linking \
- tst-tcfree1 tst-tcfree2 tst-tcfree3 tst-tcfree4 \
+ tst-tcfree1 \
+ tst-tcfree2 \
+ tst-tcfree3 \
+ tst-tcfree4 \
tst-trim1 \
tst-valloc \
# tests
base-commit: 7b543dcdf97d07fd4346feb17916e08fe83ad0ae
More information about the Libc-alpha
mailing list