From: Martin Coufal Date: Sat, 14 Jun 2025 09:08:18 +0000 (+0200) Subject: resource/Makefile: Split and sort tests X-Git-Tag: glibc-2.42~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69f8b3e7deaca579511957959f8a7676a7428f49;p=thirdparty%2Fglibc.git resource/Makefile: Split and sort tests Split and sort tests in resource/Makefile. Reviewed-by: Arjun Shankar --- diff --git a/resource/Makefile b/resource/Makefile index 44321cb139..9b4998107f 100644 --- a/resource/Makefile +++ b/resource/Makefile @@ -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