mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-11 12:44:40 +00:00
e6c4134165
unbreak unit tests after removal of src/usr.bin/ssh/lib OpenBSD-Regress-ID: 3a79760494147b20761cbd2bd5c20e86c63dc8f9
15 lines
251 B
Makefile
15 lines
251 B
Makefile
# $OpenBSD: Makefile,v 1.5 2017/12/21 00:41:22 djm Exp $
|
|
|
|
PROG=test_utf8
|
|
SRCS=tests.c
|
|
|
|
# From usr.bin/ssh
|
|
SRCS+=utf8.c atomicio.c
|
|
|
|
REGRESS_TARGETS=run-regress-${PROG}
|
|
|
|
run-regress-${PROG}: ${PROG}
|
|
env ${TEST_ENV} ./${PROG}
|
|
|
|
.include <bsd.regress.mk>
|