resource/Makefile: Split and sort tests

Split and sort tests in resource/Makefile.

Reviewed-by: Arjun Shankar <arjun@redhat.com>
This commit is contained in:
Martin Coufal 2025-06-14 11:08:18 +02:00 committed by Arjun Shankar
parent 124bf1fb6b
commit 69f8b3e7de
1 changed files with 5 additions and 1 deletions

View 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