diff options
author | jsing <> | 2021-12-24 08:31:55 +0000 |
---|---|---|
committer | jsing <> | 2021-12-24 08:31:55 +0000 |
commit | 94071219d92af8bd4a53b28f607233ebe1825a40 (patch) | |
tree | 47df05924bf3266a0cd2d91735453601495b3c61 /src | |
parent | a3e7d026a76d02c1ec84781e9804005b8bf67192 (diff) | |
download | openbsd-94071219d92af8bd4a53b28f607233ebe1825a40.tar.gz openbsd-94071219d92af8bd4a53b28f607233ebe1825a40.tar.bz2 openbsd-94071219d92af8bd4a53b28f607233ebe1825a40.zip |
Print the name of the test before we run it.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/asn1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile index 7540aeb447..ce49c0a9c0 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.11 2021/12/14 17:07:57 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.12 2021/12/24 08:31:55 jsing Exp $ |
2 | 2 | ||
3 | TESTS = \ | 3 | TESTS = \ |
4 | asn1api \ | 4 | asn1api \ |
@@ -23,6 +23,7 @@ CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | |||
23 | 23 | ||
24 | all_tests: ${TESTS} | 24 | all_tests: ${TESTS} |
25 | @for test in $>; do \ | 25 | @for test in $>; do \ |
26 | echo "\n======== $$test ========"; \ | ||
26 | ./$$test; \ | 27 | ./$$test; \ |
27 | done | 28 | done |
28 | 29 | ||