]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
resource/Makefile: Split and sort tests
authorMartin Coufal <mcoufal@redhat.com>
Sat, 14 Jun 2025 09:08:18 +0000 (11:08 +0200)
committerArjun Shankar <arjun@redhat.com>
Thu, 19 Jun 2025 11:33:34 +0000 (13:33 +0200)
Split and sort tests in resource/Makefile.

Reviewed-by: Arjun Shankar <arjun@redhat.com>
resource/Makefile

index 44321cb13987a5bd71cae64850b00164648678c9..9b4998107ffaa292a80664c47b3cf88601422a5f 100644 (file)
@@ -25,7 +25,11 @@ headers        := sys/resource.h bits/resource.h sys/vlimit.h        \
 routines := getrlimit setrlimit getrlimit64 setrlimit64 getrusage ulimit      \
            vlimit vtimes getpriority setpriority nice
 
-tests = tst-getrlimit bug-ulimit1
+tests := \
+  bug-ulimit1 \
+  tst-getrlimit \
+# tests
+
 
 include ../Rules