From 4e4f5b4c833ba5285e001bdb6b832bdf91c43da3 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 30 Aug 2021 17:27:46 +0000 Subject: This commit was manufactured by cvs2git to create tag 'tb_20210830'. --- src/regress/lib/libssl/unit/Makefile | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/regress/lib/libssl/unit/Makefile (limited to 'src/regress/lib/libssl/unit/Makefile') diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile deleted file mode 100644 index a1935bbd88..0000000000 --- a/src/regress/lib/libssl/unit/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $OpenBSD: Makefile,v 1.12 2021/05/03 23:42:04 inoguchi Exp $ - -TEST_CASES+= cipher_list -TEST_CASES+= ssl_get_shared_ciphers -TEST_CASES+= ssl_methods -TEST_CASES+= ssl_versions -TEST_CASES+= tls_ext_alpn -TEST_CASES+= tls_prf - -REGRESS_TARGETS= all_tests - -WARNINGS= Yes -LDLIBS= ${SSL_INT} -lcrypto -CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror -CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../certs\" -CFLAGS+= -I${.CURDIR}/../../../../lib/libssl - -CLEANFILES+= ${TEST_CASES} - -all_tests: ${TEST_CASES} - @for test in $>; do \ - ./$$test; \ - done - -${TEST_CASES}: ${LIBSSL} ${LIBCRYPTO} - -.include -- cgit v1.2.3-55-g6feb