public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] signal/Makefile: Split and sort tests
@ 2024-07-01 11:47 Arjun Shankar
  0 siblings, 0 replies; only message in thread
From: Arjun Shankar @ 2024-07-01 11:47 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4f7eb238d0da989a9deb50e9cd441cca895957dc

commit 4f7eb238d0da989a9deb50e9cd441cca895957dc
Author: Michel Lind <michel@michel-slm.name>
Date:   Fri Jun 14 15:45:48 2024 +0200

    signal/Makefile: Split and sort tests
    
    This will make it easier to add tests later; see also the test section
    in malloc/Makefile that inspires this.
    
    Signed-off-by: Michel Lind <salimma@fedoraproject.org>
    Suggested-by: Arjun Shankar <arjun@redhat.com>
    Reviewed-by: Arjun Shankar <arjun@redhat.com>

Diff:
---
 signal/Makefile | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/signal/Makefile b/signal/Makefile
index e8e3dce0cf..7cddbc3c65 100644
--- a/signal/Makefile
+++ b/signal/Makefile
@@ -46,11 +46,22 @@ routines	:= signal raise killpg \
 		   allocrtsig sigtimedwait sigwaitinfo sigqueue \
 		   sighold sigrelse sigignore sigset
 
-tests		:= tst-signal tst-sigset tst-sigsimple tst-raise tst-sigset2 \
-		   tst-sigwait-eintr tst-sigaction \
-		   tst-minsigstksz-1 tst-minsigstksz-2 tst-minsigstksz-3 \
-		   tst-minsigstksz-3a tst-minsigstksz-4 tst-minsigstksz-5 \
-		   tst-sigisemptyset
+tests := \
+  tst-minsigstksz-1 \
+  tst-minsigstksz-2 \
+  tst-minsigstksz-3 \
+  tst-minsigstksz-3a \
+  tst-minsigstksz-4 \
+  tst-minsigstksz-5 \
+  tst-raise \
+  tst-sigaction \
+  tst-sigisemptyset \
+  tst-signal \
+  tst-sigset \
+  tst-sigset2 \
+  tst-sigsimple \
+  tst-sigwait-eintr \
+# tests
 
 include ../Rules

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-01 11:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-01 11:47 [glibc] signal/Makefile: Split and sort tests Arjun Shankar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).