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