From de12fbc1ebd942810e5ca1e55d7a6e213023f318 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Mon, 5 Sep 2016 09:53:53 +0000 Subject: Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works. Related to locale/multibyte_citrus.c rev. 1.7. --- src/regress/lib/libc/locale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libc/locale/Makefile b/src/regress/lib/libc/locale/Makefile index 56be950d02..b8d046c678 100644 --- a/src/regress/lib/libc/locale/Makefile +++ b/src/regress/lib/libc/locale/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2015/07/07 17:39:19 semarie Exp $ +# $OpenBSD: Makefile,v 1.5 2016/09/05 09:53:53 schwarze Exp $ .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) SUBDIR+= check_isw .endif -SUBDIR += setlocale +SUBDIR += mbrtowc setlocale wcrtomb install: -- cgit v1.2.3-55-g6feb