Files
libopenssh/unittests/sshbuf/Makefile
2012-01-17 14:32:49 +01:00

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>