blob: f52a85fb15032107411e39815931a3f28c94e24b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $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>
|