From: Florian Weimer Date: Sat, 24 Jan 2026 09:29:39 +0000 (+0100) Subject: malloc: Correct Makefile sorting glitches X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8faea5cda6d7bf995402e6aeaa1d7fda3844660a;p=thirdparty%2Fglibc.git malloc: Correct Makefile sorting glitches Reviewed-by: Adhemerval Zanella --- 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