diff options
author | bluhm <> | 2020-12-17 00:51:12 +0000 |
---|---|---|
committer | bluhm <> | 2020-12-17 00:51:12 +0000 |
commit | 3dc22e980e9538fc03b2673fe6dccee19ad5484a (patch) | |
tree | 41030f23560f1b7f802918acd790dd062a36ac0b /src/regress/lib/libc | |
parent | a931e8abeae9673086c9b2e44a07ef4a31f44bb1 (diff) | |
download | openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.tar.gz openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.tar.bz2 openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.zip |
Remove echo headlines.
Diffstat (limited to 'src/regress/lib/libc')
-rw-r--r-- | src/regress/lib/libc/setjmp-fpu/Makefile | 4 | ||||
-rw-r--r-- | src/regress/lib/libc/sys/Makefile | 3 |
2 files changed, 2 insertions, 5 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 | ||
diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile index 7dcfcb73a9..7a3b920426 100644 --- a/src/regress/lib/libc/sys/Makefile +++ b/src/regress/lib/libc/sys/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2020/12/06 18:46:07 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2020/12/17 00:51:11 bluhm Exp $ |
2 | 2 | ||
3 | # Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> | 3 | # Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> |
4 | # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> | 4 | # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> |
@@ -75,7 +75,6 @@ CLEANFILES = access dummy mmap truncate_test.root_owned | |||
75 | 75 | ||
76 | .for p in ${PROGS} | 76 | .for p in ${PROGS} |
77 | run-$p: $p | 77 | run-$p: $p |
78 | @echo "\n======== $@ ========" | ||
79 | ntests="`./$p -n`" && \ | 78 | ntests="`./$p -n`" && \ |
80 | echo "1..$$ntests" && \ | 79 | echo "1..$$ntests" && \ |
81 | tnumbers="`jot -ns' ' - 1 $$ntests`" && \ | 80 | tnumbers="`jot -ns' ' - 1 $$ntests`" && \ |