13 lines
289 B
Makefile
13 lines
289 B
Makefile
# $OpenBSD: Makefile,v 1.1 2015/02/16 22:18:34 djm Exp $
|
|
|
|
TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
|
|
|
|
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>
|