diff options
author | Andreas Jaeger <aj@suse.de> | 2000-06-28 13:05:23 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-06-28 13:05:23 +0000 |
commit | 16247e11acec6d28efdb6e687de5888984c0e3ef (patch) | |
tree | 6c2f376f5c898c02b379c97f367496a49d551c81 /localedata/Makefile | |
parent | 8c8ade2980f8fd0632fe2a9b2b7f1307bc12713d (diff) | |
download | glibc-16247e11acec6d28efdb6e687de5888984c0e3ef.tar.gz glibc-16247e11acec6d28efdb6e687de5888984c0e3ef.tar.xz glibc-16247e11acec6d28efdb6e687de5888984c0e3ef.zip |
Update.
* Makefile (locale_test_suite): Add tst_mbrlen. (tst_mbrlen-ENV): New. * tests-mbwc/tst_mbrlen.c: New file * tests-mbwc/dat_mbrlen.c: New file. * tests-mbwc/tst_types.h (struct TIN_MBSTOWCS_REC): Use const char*. (struct TST_HEAD): Use const char* instead of an array. * tests-mbwc/tst_wcsstr.c (tst_wcsstr): ws2 has size WCSSIZE. * tests-mbwc/dat_iswalnum.c (TST_ISW_LOC): Add tests for de_UTF8. * tests-mbwc/tgn_locdef.h (TST_LOC_de_UTF8): Added.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 7c88b045a8..7ea9938933 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -85,7 +85,7 @@ locale_test_suite := tst_iswalnum tst_iswprint tst_towctrans tst_wcsncmp \ tst_wcscspn tst_wcswidth tst_iswlower tst_swscanf \ tst_wcslen tst_wctob tst_iswctype tst_towlower \ tst_wcscat tst_towupper tst_wcscmp tst_wcsncat \ - tst_wcsncpy tst_wcsxfrm tst_wcwidth + tst_wcsncpy tst_wcsxfrm tst_wcwidth tst_mbrlen tests = $(locale_test_suite) endif endif @@ -161,6 +161,7 @@ tst_iswpunct-ENV = $(TEST_MBWC_ENV) tst_iswspace-ENV = $(TEST_MBWC_ENV) tst_iswupper-ENV = $(TEST_MBWC_ENV) tst_iswxdigit-ENV = $(TEST_MBWC_ENV) +tst_mbrlen-ENV = $(TEST_MBWC_ENV) tst_swscanf-ENV = $(TEST_MBWC_ENV) tst_towctrans-ENV = $(TEST_MBWC_ENV) tst_towlower-ENV = $(TEST_MBWC_ENV) |