[glibc] sysdeps/unix/sysv/linux: Sort and put one test per line
"H.J. Lu via Glibc-cvs" <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=39f9e193ab907fa87b1933491b0d9d7395ef4217 commit 39f9e193ab907fa87b1933491b0d9d7395ef4217 Author: H.J. Lu <[email protected]> Date: Sun Apr 12 20:35:58 2026 +0800 sysdeps/unix/sysv/linux: Sort and put one test per line Sort and put one test per line in sysdeps/unix/sysv/linux/Makefile. Signed-off-by: H.J. Lu <[email protected]> Reviewed-by: Sam James <[email protected]> Diff: --- sysdeps/unix/sysv/linux/Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index c6bd97abf1..94608b436b 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -694,9 +694,17 @@ install-bin += \ $(objpfx)pldd: $(objpfx)xmalloc.o -tests += tst-rseq-tls-range tst-rseq-tls-range-4096 -tests-static += tst-rseq-tls-range-static tst-rseq-tls-range-4096-static -modules-names += tst-rseq-tls-range-mod +tests += \ + tst-rseq-tls-range \ + tst-rseq-tls-range-4096 \ +# tests +tests-static += \ + tst-rseq-tls-range-4096-static \ + tst-rseq-tls-range-static \ +# tests-static +modules-names += \ + tst-rseq-tls-range-mod \ +# modules-names CFLAGS-tst-rseq-tls-range.c += -DMAIN_TLS_ALIGN=4 CFLAGS-tst-rseq-tls-range-4096.c += -DMAIN_TLS_ALIGN=4096 CFLAGS-tst-rseq-tls-range-static.c += -DMAIN_TLS_ALIGN=4