mirror of
https://github.com/openssh/libopenssh
synced 2026-04-18 02:36:24 +00:00
12 lines
218 B
Makefile
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>
|
|
|