diff options
Diffstat (limited to 'src/regress/lib/libc/setjmp-fpu/Makefile')
-rw-r--r-- | src/regress/lib/libc/setjmp-fpu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libc/setjmp-fpu/Makefile b/src/regress/lib/libc/setjmp-fpu/Makefile index c4e7196c1d..e3dd2daa52 100644 --- a/src/regress/lib/libc/setjmp-fpu/Makefile +++ b/src/regress/lib/libc/setjmp-fpu/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2020/01/16 13:03:42 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2020/12/17 00:51:11 bluhm Exp $ |
2 | 2 | ||
3 | PROGS= fpu _setjmp setjmp sigsetjmp | 3 | PROGS= fpu _setjmp setjmp sigsetjmp |
4 | 4 | ||
@@ -6,14 +6,12 @@ LDADD= -lm | |||
6 | 6 | ||
7 | REGRESS_TARGETS = run-fpu | 7 | REGRESS_TARGETS = run-fpu |
8 | run-fpu: fpu | 8 | run-fpu: fpu |
9 | @echo '======== $@ ========' | ||
10 | # check fpu functions without setjmp/longjmp before testing the latter | 9 | # check fpu functions without setjmp/longjmp before testing the latter |
11 | ./fpu | 10 | ./fpu |
12 | 11 | ||
13 | .for p in ${PROGS:M*jmp} | 12 | .for p in ${PROGS:M*jmp} |
14 | REGRESS_TARGETS += run-$p | 13 | REGRESS_TARGETS += run-$p |
15 | run-$p: $p | 14 | run-$p: $p |
16 | @echo '======== $@ ========' | ||
17 | ./$p | 15 | ./$p |
18 | .endfor | 16 | .endfor |
19 | 17 | ||