mirror of git://sourceware.org/git/glibc.git
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:
parent
124bf1fb6b
commit
69f8b3e7de
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue