From: tb Date: Fri, 2 Dec 2022 01:09:04 +0000 (+0000) Subject: Use regress framework rather than handrolling it X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2a80bb06fefcbfb6cf5d3d4b75f717d0f836666b;p=openbsd Use regress framework rather than handrolling it --- diff --git a/regress/lib/libssl/handshake/Makefile b/regress/lib/libssl/handshake/Makefile index 64bd5709a84..77e128929fb 100644 --- a/regress/lib/libssl/handshake/Makefile +++ b/regress/lib/libssl/handshake/Makefile @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile,v 1.9 2022/06/29 15:06:18 tb Exp $ +# $OpenBSD: Makefile,v 1.10 2022/12/02 01:09:04 tb Exp $ PROGS += handshake_table PROGS += valid_handshakes_terminate -.for p in ${PROGS} -REGRESS_TARGETS += run-$p -.endfor - LDADD = ${SSL_INT} -lcrypto DPADD = ${LIBCRYPTO} ${LIBSSL} WARNINGS = Yes @@ -33,13 +29,6 @@ handshake.${_FMT}: handshake.gv CLEANFILES += handshake.${_FMT} .endfor -.for p in ${PROGS} -run-$p: $p - ./$p - -.PHONY: run-$p -.endfor - .PHONY: print .include