summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/asn1/Makefile3
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
3TESTS = \ 3TESTS = \
4 asn1api \ 4 asn1api \
@@ -23,6 +23,7 @@ CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror
23 23
24all_tests: ${TESTS} 24all_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