From 94071219d92af8bd4a53b28f607233ebe1825a40 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 24 Dec 2021 08:31:55 +0000 Subject: Print the name of the test before we run it. --- src/regress/lib/libcrypto/asn1/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ -# $OpenBSD: Makefile,v 1.11 2021/12/14 17:07:57 jsing Exp $ +# $OpenBSD: Makefile,v 1.12 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 -- cgit v1.2.3-55-g6feb