Print the name of the test before we run it.
authorjsing <jsing@openbsd.org>
Fri, 24 Dec 2021 08:31:55 +0000 (08:31 +0000)
committerjsing <jsing@openbsd.org>
Fri, 24 Dec 2021 08:31:55 +0000 (08:31 +0000)
regress/lib/libcrypto/asn1/Makefile

index 7540aeb..ce49c0a 100644 (file)
@@ -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