diff options
author | schwarze <> | 2016-09-05 09:53:53 +0000 |
---|---|---|
committer | schwarze <> | 2016-09-05 09:53:53 +0000 |
commit | de12fbc1ebd942810e5ca1e55d7a6e213023f318 (patch) | |
tree | 9a52d5868887f23ad800215fd7dbe3263d281bfb | |
parent | e6d7fb7f586856bea803f78ddb27f172a26c2c6d (diff) | |
download | openbsd-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/Makefile | 4 |
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) |
4 | SUBDIR+= check_isw | 4 | SUBDIR+= check_isw |
5 | .endif | 5 | .endif |
6 | 6 | ||
7 | SUBDIR += setlocale | 7 | SUBDIR += mbrtowc setlocale wcrtomb |
8 | 8 | ||
9 | install: | 9 | install: |
10 | 10 | ||