X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fwcrtomb-tests;h=32f9d3a7f079ac0caf5ea95e8b008cafbdaf726c;hb=9723bfe9bb9af8309314ad6230f7661000ba03b1;hp=47ba6774ca1552ea3c42a81004867f5286abd1fd;hpb=987e5651e8d1c5aa933c9ce88562806af4093702;p=gnulib.git diff --git a/modules/wcrtomb-tests b/modules/wcrtomb-tests index 47ba6774c..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,12 +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 += \ - EXEEXT='@EXEEXT@' \ 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