mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-08-18 00:18:31 +02:00
11 lines
205 B
Makefile
11 lines
205 B
Makefile
# $OpenBSD: Makefile,v 1.4 2016/11/01 13:43:27 tb Exp $
|
|
|
|
PROG=test_utf8
|
|
SRCS=tests.c
|
|
REGRESS_TARGETS=run-regress-${PROG}
|
|
|
|
run-regress-${PROG}: ${PROG}
|
|
env ${TEST_ENV} ./${PROG}
|
|
|
|
.include <bsd.regress.mk>
|