summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2022-12-02 01:09:04 +0000
committertb <>2022-12-02 01:09:04 +0000
commitdce93e625a4f0df3a5b9cddc85b05daa1c202514 (patch)
treeb315a26d46d780308cf6a6667e5d873ad76a65e3 /src/regress/lib
parentdddd4323e023ef87b507772cc82d3f591bdda9b9 (diff)
downloadopenbsd-dce93e625a4f0df3a5b9cddc85b05daa1c202514.tar.gz
openbsd-dce93e625a4f0df3a5b9cddc85b05daa1c202514.tar.bz2
openbsd-dce93e625a4f0df3a5b9cddc85b05daa1c202514.zip
Use regress framework rather than handrolling it
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libssl/handshake/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/regress/lib/libssl/handshake/Makefile b/src/regress/lib/libssl/handshake/Makefile
index 64bd5709a8..77e128929f 100644
--- a/src/regress/lib/libssl/handshake/Makefile
+++ b/src/regress/lib/libssl/handshake/Makefile
@@ -1,12 +1,8 @@
1# $OpenBSD: Makefile,v 1.9 2022/06/29 15:06:18 tb Exp $ 1# $OpenBSD: Makefile,v 1.10 2022/12/02 01:09:04 tb Exp $
2 2
3PROGS += handshake_table 3PROGS += handshake_table
4PROGS += valid_handshakes_terminate 4PROGS += valid_handshakes_terminate
5 5
6.for p in ${PROGS}
7REGRESS_TARGETS += run-$p
8.endfor
9
10LDADD = ${SSL_INT} -lcrypto 6LDADD = ${SSL_INT} -lcrypto
11DPADD = ${LIBCRYPTO} ${LIBSSL} 7DPADD = ${LIBCRYPTO} ${LIBSSL}
12WARNINGS = Yes 8WARNINGS = Yes
@@ -33,13 +29,6 @@ handshake.${_FMT}: handshake.gv
33CLEANFILES += handshake.${_FMT} 29CLEANFILES += handshake.${_FMT}
34.endfor 30.endfor
35 31
36.for p in ${PROGS}
37run-$p: $p
38 ./$p
39
40.PHONY: run-$p
41.endfor
42
43.PHONY: print 32.PHONY: print
44 33
45.include <bsd.regress.mk> 34.include <bsd.regress.mk>