summaryrefslogtreecommitdiff
path: root/regress/unittests/sshbuf/Makefile
blob: 69b27566bd79cff260e15e24efb7f65ac47b74d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.5 2016/11/01 13:43:27 tb Exp $

PROG=test_sshbuf
SRCS=tests.c
SRCS+=test_sshbuf.c
SRCS+=test_sshbuf_getput_basic.c
SRCS+=test_sshbuf_getput_crypto.c
SRCS+=test_sshbuf_misc.c
SRCS+=test_sshbuf_fuzz.c
SRCS+=test_sshbuf_getput_fuzz.c
SRCS+=test_sshbuf_fixed.c

.include <bsd.regress.mk>