-# $OpenBSD: Makefile,v 1.56 2024/03/26 01:18:16 beck Exp $
+# $OpenBSD: Makefile,v 1.57 2024/04/22 07:31:54 anton Exp $
SUBDIR += api
SUBDIR += asn1
SUBDIR += buffer
SUBDIR += bytestring
SUBDIR += ciphers
-#Disable for now for upcoming changes. This needs to be easier to deal with.
-#SUBDIR += client
+SUBDIR += client
SUBDIR += dtls
SUBDIR += exporter
SUBDIR += handshake
-# $OpenBSD: Makefile,v 1.4 2023/04/23 18:59:41 tb Exp $
+# $OpenBSD: Makefile,v 1.5 2024/04/22 07:31:54 anton Exp $
PROG= clienttest
LDADD= ${SSL_INT} -lcrypto
WARNINGS= Yes
CFLAGS+= -DLIBRESSL_INTERNAL -Werror
+# Disable for now for upcoming changes. This needs to be easier to deal with.
+REGRESS_EXPECTED_FAILURES+=run-regress-clienttest
+
.include <bsd.regress.mk>