artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85ce0bb
)
Enable sig-stop3 regress test. It should no longer fail now.
author
claudio
<claudio@openbsd.org>
Tue, 15 Oct 2024 15:06:25 +0000
(15:06 +0000)
committer
claudio
<claudio@openbsd.org>
Tue, 15 Oct 2024 15:06:25 +0000
(15:06 +0000)
regress/sys/kern/signal/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/kern/signal/Makefile
b/regress/sys/kern/signal/Makefile
index
751f5be
..
c3fbfb0
100644
(file)
--- a/
regress/sys/kern/signal/Makefile
+++ b/
regress/sys/kern/signal/Makefile
@@
-1,7
+1,8
@@
-# $OpenBSD: Makefile,v 1.
6 2020/09/16 14:02:23 mpi
Exp $
+# $OpenBSD: Makefile,v 1.
7 2024/10/15 15:06:25 claudio
Exp $
SUBDIR+= sigfpe siginfo_addr fpsig earlysig cansig sigaltstack_fork
SUBDIR+= sig-stop
+SUBDIR+= sig-stop3
SUBDIR+= siginfo-fault
SUBDIR+= sigio
SUBDIR+= signal-stress