mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-08-17 16:08:33 +02:00
11 lines
216 B
Makefile
11 lines
216 B
Makefile
# $OpenBSD: Makefile,v 1.1 2017/03/14 01:20:29 dtucker Exp $
|
|
|
|
PROG=test_conversion
|
|
SRCS=tests.c
|
|
REGRESS_TARGETS=run-regress-${PROG}
|
|
|
|
run-regress-${PROG}: ${PROG}
|
|
env ${TEST_ENV} ./${PROG}
|
|
|
|
.include <bsd.regress.mk>
|