mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-08-17 16:08:33 +02:00
11 lines
247 B
Makefile
11 lines
247 B
Makefile
# $OpenBSD: Makefile,v 1.3 2016/11/01 13:43:27 tb Exp $
|
|
|
|
PROG=test_hostkeys
|
|
SRCS=tests.c test_iterate.c
|
|
REGRESS_TARGETS=run-regress-${PROG}
|
|
|
|
run-regress-${PROG}: ${PROG}
|
|
env ${TEST_ENV} ./${PROG} -d ${.CURDIR}/testdata
|
|
|
|
.include <bsd.regress.mk>
|