aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-05-25 14:53:30 -0700
committerH.J. Lu <hjl.tools@gmail.com>2024-05-25 14:53:30 -0700
commitab46c6ba6cc43b18daea6f197030e19303c9f012 (patch)
treef15f3a40b3e92f0c8534b8f3d9f43cb6c9aa1d18
parentcaed1f5c0b2e31b5f4e0f21fea4b2c9ecd3b5b30 (diff)
downloadglibc-ab46c6ba6cc43b18daea6f197030e19303c9f012.zip
glibc-ab46c6ba6cc43b18daea6f197030e19303c9f012.tar.gz
glibc-ab46c6ba6cc43b18daea6f197030e19303c9f012.tar.bz2
elf/Makefile: Split and sort PIE tests
Put each item on a separate line and sort PIE tests. Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
-rw-r--r--elf/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 280e777..57b3a19 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -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