summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2016-09-05 09:53:53 +0000
committerschwarze <>2016-09-05 09:53:53 +0000
commitde12fbc1ebd942810e5ca1e55d7a6e213023f318 (patch)
tree9a52d5868887f23ad800215fd7dbe3263d281bfb
parente6d7fb7f586856bea803f78ddb27f172a26c2c6d (diff)
downloadopenbsd-de12fbc1ebd942810e5ca1e55d7a6e213023f318.tar.gz
openbsd-de12fbc1ebd942810e5ca1e55d7a6e213023f318.tar.bz2
openbsd-de12fbc1ebd942810e5ca1e55d7a6e213023f318.zip
Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.
Related to locale/multibyte_citrus.c rev. 1.7.
-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