summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2016-09-05 09:53:53 +0000
committerschwarze <schwarze@openbsd.org>2016-09-05 09:53:53 +0000
commit82eb2d98a4f22f9af6548aaf0cea785e65ca26c3 (patch)
treec6dd30dbd58809c2c235cd2c39b8b5f813eefa83 /regress/lib/libc
parentsync (diff)
downloadwireguard-openbsd-82eb2d98a4f22f9af6548aaf0cea785e65ca26c3.tar.xz
wireguard-openbsd-82eb2d98a4f22f9af6548aaf0cea785e65ca26c3.zip
Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.
Related to locale/multibyte_citrus.c rev. 1.7.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/locale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/locale/Makefile b/regress/lib/libc/locale/Makefile
index 56be950d029..b8d046c6780 100644
--- a/regress/lib/libc/locale/Makefile
+++ b/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: