2016-11-01 14:43:27 +01:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2016/11/01 13:43:27 tb Exp $
|
2014-05-15 07:17:15 +02:00
|
|
|
|
|
|
|
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>
|
|
|
|
|