[PATCH] signal/Makefile: Split and sort tests
Michel Lind
michel@michel-slm.name
Fri Jun 14 13:45:48 GMT 2024
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>
---
signal/Makefile | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
--
_o) Michel Lind
_( ) identities: https://keyoxide.org/5dce2e7e9c3b1cffd335c1d78b229d2f7ccc04f2
-------------- next part --------------
From e6d37f761df90d97fa9ae7ffa629fa91ca0ee072 Mon Sep 17 00:00:00 2001
From: Michel Lind <salimma@fedoraproject.org>
Date: Fri, 14 Jun 2024 15:38:08 +0200
Subject: [PATCH 1/1] signal/Makefile: Split and sort tests
To: libc-alpha@sourceware.org
Cc: arjun@redhat.com
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>
---
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
--
2.45.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20240614/b42250f4/attachment.sig>
More information about the Libc-alpha
mailing list