]> sourceware.org Git - glibc.git/commitdiff
elf/Makefile: Split and sort PIE tests
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 25 May 2024 21:53:30 +0000 (14:53 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 25 May 2024 21:53:30 +0000 (14:53 -0700)
Put each item on a separate line and sort PIE tests.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
elf/Makefile

index 280e777c191754f1fdf369aaf1a5e11938f390e9..57b3a19d368194bf3e306e10c288468c41b40a94 100644 (file)
@@ -1033,9 +1033,19 @@ test-xfail-tst-protected1b = yes
 endif
 ifeq (yesyes,$(have-fpie)$(build-shared))
 modules-names += tst-piemod1
-tests += tst-pie1 tst-pie2 tst-dlopen-pie tst-dlopen-tlsmodid-pie \
-  tst-dlopen-self-pie
-tests-pie += tst-pie1 tst-pie2 tst-dlopen-tlsmodid-pie tst-dlopen-self-pie
+tests += \
+  tst-dlopen-pie \
+  tst-dlopen-self-pie \
+  tst-dlopen-tlsmodid-pie \
+  tst-pie1 \
+  tst-pie2 \
+  # tests
+tests-pie += \
+  tst-dlopen-self-pie \
+  tst-dlopen-tlsmodid-pie \
+  tst-pie1 \
+  tst-pie2 \
+  # tests-pie
 ifeq (yes,$(have-protected-data))
 tests += vismain
 tests-pie += vismain
This page took 0.040113 seconds and 5 git commands to generate.