summaryrefslogtreecommitdiffstats
path: root/regress/unittests/Makefile
blob: 4d26b74770e29fa51d48eaf0945bfcea9aad0ab0 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.12 2020/06/19 04:34:21 djm Exp $

REGRESS_FAIL_EARLY?=	yes
SUBDIR=	test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
SUBDIR+=authopt misc sshsig

.include <bsd.subdir.mk>