1285031Sdes#	$OpenBSD: Makefile,v 1.1 2015/02/16 22:18:34 djm Exp $
2285031Sdes
3285031SdesTEST_ENV=      "MALLOC_OPTIONS=AFGJPRX"
4285031Sdes
5285031SdesPROG=test_hostkeys
6285031SdesSRCS=tests.c test_iterate.c
7285031SdesREGRESS_TARGETS=run-regress-${PROG}
8285031Sdes
9285031Sdesrun-regress-${PROG}: ${PROG}
10285031Sdes	env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
11285031Sdes
12285031Sdes.include <bsd.regress.mk>
13