Use regress framework rather than handrolling it
authortb <tb@openbsd.org>
Fri, 2 Dec 2022 01:09:04 +0000 (01:09 +0000)
committertb <tb@openbsd.org>
Fri, 2 Dec 2022 01:09:04 +0000 (01:09 +0000)
regress/lib/libssl/handshake/Makefile

index 64bd570..77e1289 100644 (file)
@@ -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 <bsd.regress.mk>