]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - crypto/openssh/regress/unittests/sshkey/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / crypto / openssh / regress / unittests / sshkey / Makefile
1 #       $OpenBSD: Makefile,v 1.1 2014/06/24 01:14:18 djm Exp $
2
3 TEST_ENV=      "MALLOC_OPTIONS=AFGJPRX"
4
5 PROG=test_sshkey
6 SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
7 REGRESS_TARGETS=run-regress-${PROG}
8
9 run-regress-${PROG}: ${PROG}
10         env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
11
12 .include <bsd.regress.mk>
13