summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2016-09-05 09:53:53 +0000
committerschwarze <>2016-09-05 09:53:53 +0000
commitf63bbb2a9a9f0be17737df81e032849f8bc0bb52 (patch)
tree9a52d5868887f23ad800215fd7dbe3263d281bfb /src
parente7e4f164225f844c272983791562920ef1168c88 (diff)
downloadopenbsd-f63bbb2a9a9f0be17737df81e032849f8bc0bb52.tar.gz
openbsd-f63bbb2a9a9f0be17737df81e032849f8bc0bb52.tar.bz2
openbsd-f63bbb2a9a9f0be17737df81e032849f8bc0bb52.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 'src')
-rw-r--r--src/regress/lib/libc/locale/Makefile4
1 files 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 @@
1# $OpenBSD: Makefile,v 1.4 2015/07/07 17:39:19 semarie Exp $ 1# $OpenBSD: Makefile,v 1.5 2016/09/05 09:53:53 schwarze Exp $
2 2
3.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) 3.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
4SUBDIR+= check_isw 4SUBDIR+= check_isw
5.endif 5.endif
6 6
7SUBDIR += setlocale 7SUBDIR += mbrtowc setlocale wcrtomb
8 8
9install: 9install:
10 10