mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-29 13:12:48 +00:00
36f58e6822
Remove the obsolete A and P flags from MALLOC_OPTIONS. ok dtucker Upstream-Regress-ID: 6cc25024c8174a87e5734a0dc830194be216dd59
13 lines
286 B
Makefile
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>
|