artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c97c057
)
Print the name of the test before we run it.
author
jsing
<jsing@openbsd.org>
Fri, 24 Dec 2021 08:31:55 +0000
(08:31 +0000)
committer
jsing
<jsing@openbsd.org>
Fri, 24 Dec 2021 08:31:55 +0000
(08:31 +0000)
regress/lib/libcrypto/asn1/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/asn1/Makefile
b/regress/lib/libcrypto/asn1/Makefile
index
7540aeb
..
ce49c0a
100644
(file)
--- a/
regress/lib/libcrypto/asn1/Makefile
+++ b/
regress/lib/libcrypto/asn1/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
1 2021/12/14 17:07:57
jsing Exp $
+# $OpenBSD: Makefile,v 1.1
2 2021/12/24 08:31:55
jsing Exp $
TESTS = \
asn1api \
@@
-23,6
+23,7
@@
CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror
all_tests: ${TESTS}
@for test in $>; do \
+ echo "\n======== $$test ========"; \
./$$test; \
done