diff options
author | tb <> | 2022-12-02 01:09:04 +0000 |
---|---|---|
committer | tb <> | 2022-12-02 01:09:04 +0000 |
commit | dce93e625a4f0df3a5b9cddc85b05daa1c202514 (patch) | |
tree | b315a26d46d780308cf6a6667e5d873ad76a65e3 /src/regress/lib | |
parent | dddd4323e023ef87b507772cc82d3f591bdda9b9 (diff) | |
download | openbsd-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/Makefile | 13 |
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 | ||
3 | PROGS += handshake_table | 3 | PROGS += handshake_table |
4 | PROGS += valid_handshakes_terminate | 4 | PROGS += valid_handshakes_terminate |
5 | 5 | ||
6 | .for p in ${PROGS} | ||
7 | REGRESS_TARGETS += run-$p | ||
8 | .endfor | ||
9 | |||
10 | LDADD = ${SSL_INT} -lcrypto | 6 | LDADD = ${SSL_INT} -lcrypto |
11 | DPADD = ${LIBCRYPTO} ${LIBSSL} | 7 | DPADD = ${LIBCRYPTO} ${LIBSSL} |
12 | WARNINGS = Yes | 8 | WARNINGS = Yes |
@@ -33,13 +29,6 @@ handshake.${_FMT}: handshake.gv | |||
33 | CLEANFILES += handshake.${_FMT} | 29 | CLEANFILES += handshake.${_FMT} |
34 | .endfor | 30 | .endfor |
35 | 31 | ||
36 | .for p in ${PROGS} | ||
37 | run-$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> |