From 28f67d9d58bf73760f60ae7edbf4ab7f814a93b1 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 10 Jan 2021 07:30:50 +0000 Subject: Link shared ciphers test to build --- src/regress/lib/libssl/unit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/regress/lib') diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index 4768963293..1a783b4a3b 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.10 2020/12/01 07:49:03 tb Exp $ +# $OpenBSD: Makefile,v 1.11 2021/01/10 07:30:50 tb Exp $ TEST_CASES+= cipher_list +TEST_CASES+= ssl_get_shared_ciphers TEST_CASES+= ssl_methods TEST_CASES+= ssl_versions TEST_CASES+= tls_ext_alpn @@ -11,6 +12,7 @@ REGRESS_TARGETS= all_tests WARNINGS= Yes LDLIBS= ${SSL_INT} -lcrypto CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror +CFLAGS+= -DCURDIR=\"${.CURDIR}\" CFLAGS+= -I${.CURDIR}/../../../../lib/libssl CLEANFILES+= ${TEST_CASES} -- cgit v1.2.3-55-g6feb