summaryrefslogtreecommitdiff
path: root/regress/unittests/hostkeys/Makefile
blob: ae3c342bdbd5ab381ca7e9e7865102de5d3d3d58 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.3 2016/11/01 13:43:27 tb Exp $

PROG=test_hostkeys
SRCS=tests.c test_iterate.c
REGRESS_TARGETS=run-regress-${PROG}

run-regress-${PROG}: ${PROG}
	env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata

.include <bsd.regress.mk>