summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/regress/unittests/sshkey/Makefile
blob: 1bcd266762a1a9cf0454ba89ac064a2e0f64b28a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.1 2014/06/24 01:14:18 djm Exp $

TEST_ENV=      "MALLOC_OPTIONS=AFGJPRX"

PROG=test_sshkey
SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
REGRESS_TARGETS=run-regress-${PROG}

run-regress-${PROG}: ${PROG}
	env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata

.include <bsd.regress.mk>

OpenPOWER on IntegriCloud