X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fwcrtomb-tests;h=32f9d3a7f079ac0caf5ea95e8b008cafbdaf726c;hb=eff4c0360a0de49d22629d3bdbd15460c0615cee;hp=abedd771a0ecd9306f8168e88e1cd9dea3176087;hpb=368e66277a1fdb07a508f9c3ff5d5669e4b4e838;p=gnulib.git diff --git a/modules/wcrtomb-tests b/modules/wcrtomb-tests index abedd771a..32f9d3a7f 100644 --- a/modules/wcrtomb-tests +++ b/modules/wcrtomb-tests @@ -1,6 +1,12 @@ Files: tests/test-wcrtomb.sh tests/test-wcrtomb.c +tests/test-wcrtomb-w32-1.sh +tests/test-wcrtomb-w32-2.sh +tests/test-wcrtomb-w32-3.sh +tests/test-wcrtomb-w32-4.sh +tests/test-wcrtomb-w32-5.sh +tests/test-wcrtomb-w32.c tests/signature.h tests/macros.h m4/locale-fr.m4 @@ -10,6 +16,7 @@ m4/codeset.m4 Depends-on: btowc +setlocale configure.ac: gt_LOCALE_FR @@ -18,11 +25,14 @@ gt_LOCALE_JA gt_LOCALE_ZH_CN Makefile.am: -TESTS += test-wcrtomb.sh +TESTS += \ + test-wcrtomb.sh \ + test-wcrtomb-w32-1.sh test-wcrtomb-w32-2.sh test-wcrtomb-w32-3.sh \ + test-wcrtomb-w32-4.sh test-wcrtomb-w32-5.sh TESTS_ENVIRONMENT += \ LOCALE_FR='@LOCALE_FR@' \ LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ LOCALE_JA='@LOCALE_JA@' \ LOCALE_ZH_CN='@LOCALE_ZH_CN@' -check_PROGRAMS += test-wcrtomb +check_PROGRAMS += test-wcrtomb test-wcrtomb-w32