Files
libopenssh/unittests/sshkey/Makefile
Damien Miller d19d229054 flesh out sshkey tests substantially
use new fuzz framework to fuzz private and pubkey parsing

test loading of RSA1 keys
2012-03-04 21:19:23 +01:00

12 lines
218 B
Makefile

# $OpenBSD$
PROG=test_sshkey
SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
REGRESS_TARGETS=run-regress-${PROG}
run-regress-${PROG}: ${PROG}
./${PROG} -d ${.CURDIR}/testdata
.include <bsd.regress.mk>