diff options
author | djm@openbsd.org <djm@openbsd.org> | 2017-12-21 00:41:22 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-01-03 16:46:49 +1100 |
commit | e6c4134165d05447009437a96e7201276688807f (patch) | |
tree | 02e2e3332f8c14cbfca64fa655aa6aacc0b60951 /regress/unittests/utf8/Makefile | |
parent | d45d69f2a937cea215c7f0424e5a4677b6d8c7fe (diff) |
upstream commit
unbreak unit tests after removal of src/usr.bin/ssh/lib
OpenBSD-Regress-ID: 3a79760494147b20761cbd2bd5c20e86c63dc8f9
Diffstat (limited to 'regress/unittests/utf8/Makefile')
-rw-r--r-- | regress/unittests/utf8/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/regress/unittests/utf8/Makefile b/regress/unittests/utf8/Makefile index a975264fc..f8eec0484 100644 --- a/regress/unittests/utf8/Makefile +++ b/regress/unittests/utf8/Makefile | |||
@@ -1,7 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2016/11/01 13:43:27 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2017/12/21 00:41:22 djm Exp $ |
2 | 2 | ||
3 | PROG=test_utf8 | 3 | PROG=test_utf8 |
4 | SRCS=tests.c | 4 | SRCS=tests.c |
5 | |||
6 | # From usr.bin/ssh | ||
7 | SRCS+=utf8.c atomicio.c | ||
8 | |||
5 | REGRESS_TARGETS=run-regress-${PROG} | 9 | REGRESS_TARGETS=run-regress-${PROG} |
6 | 10 | ||
7 | run-regress-${PROG}: ${PROG} | 11 | run-regress-${PROG}: ${PROG} |