diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-09-05 09:53:54 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-09-05 09:53:54 +0000 |
commit | 73078235ac0518c2349eb7df36360faca09e77e6 (patch) | |
tree | 06c425a98fc272554e9251b2a954618265cf6881 /regress/lib | |
parent | dd81e4c7d399ecd934b892fa6ed6706d600626c8 (diff) |
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')
-rw-r--r-- | regress/lib/libc/locale/Makefile | 4 |
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: |