[PATCH 1/2] resolv/Makefile: Split and sort tests lines
Petr Menšík
pemensik@redhat.com
Mon Jun 30 09:28:04 GMT 2025
Split and sort tests on separate lines.
Signed-off-by: Petr Menšík <pemensik@redhat.com>
---
resolv/Makefile | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/resolv/Makefile b/resolv/Makefile
index 8fa3398d76..9794db972c 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -79,7 +79,12 @@ routines_no_fortify += \
inet_pton \
# routines_no_fortify
-tests = tst-aton tst-leaks tst-inet_ntop
+tests = \
+ tst-aton \
+ tst-inet_ntop \
+ tst-leaks \
+# tests
+
tests-container = tst-leaks2
tests-internal += tst-inet_aton_exact
--
2.50.0
More information about the Libc-alpha
mailing list