openssh/regress/unittests/hostkeys/Makefile
tb@openbsd.org 36f58e6822 upstream commit
Remove the obsolete A and P flags from MALLOC_OPTIONS.

ok dtucker

Upstream-Regress-ID: 6cc25024c8174a87e5734a0dc830194be216dd59
2016-11-29 17:14:27 +11:00

13 lines
286 B
Makefile

# $OpenBSD: Makefile,v 1.2 2016/10/31 23:45:08 tb Exp $
TEST_ENV= "MALLOC_OPTIONS=FGJRX"
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>