]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/regress/unittests/sshbuf/Makefile
Upgrade to OpenSSH 7.7p1.
[FreeBSD/FreeBSD.git] / crypto / openssh / regress / unittests / sshbuf / Makefile
1 #       $OpenBSD: Makefile,v 1.6 2017/12/21 00:41:22 djm Exp $
2
3 .include <bsd.regress.mk>
4
5 PROG=test_sshbuf
6 SRCS=tests.c
7 SRCS+=test_sshbuf.c
8 SRCS+=test_sshbuf_getput_basic.c
9 SRCS+=test_sshbuf_getput_crypto.c
10 SRCS+=test_sshbuf_misc.c
11 SRCS+=test_sshbuf_fuzz.c
12 SRCS+=test_sshbuf_getput_fuzz.c
13 SRCS+=test_sshbuf_fixed.c
14
15 # From usr.bin/ssh
16 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c
17 SRCS+=atomicio.c
18
19 run-regress-${PROG}: ${PROG}
20         env ${TEST_ENV} ./${PROG}
21  
22