mirror of
https://github.com/openssh/libopenssh
synced 2026-04-17 18:27:32 +00:00
9 lines
210 B
Makefile
9 lines
210 B
Makefile
# $OpenBSD$
|
|
|
|
PROG=test_sshbuf
|
|
SRCS=tests.c test_sshbuf.c test_sshbuf_getput_basic.c test_sshbuf_getput_crypto.c
|
|
SRCS+=test_sshbuf_misc.c test_sshbuf_fuzz.c test_sshbuf_getput_fuzz.c
|
|
|
|
.include <bsd.regress.mk>
|
|
|