Home | History | Annotate | Download | only in sshkey
      1 #	$OpenBSD: Makefile,v 1.4 2016/11/01 13:43:27 tb Exp $
      2 
      3 PROG=test_sshkey
      4 SRCS=tests.c test_sshkey.c test_file.c test_fuzz.c common.c
      5 REGRESS_TARGETS=run-regress-${PROG}
      6 
      7 run-regress-${PROG}: ${PROG}
      8 	env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
      9 
     10 .include <bsd.regress.mk>
     11 
     12