X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fwcrtomb-tests;h=32f9d3a7f079ac0caf5ea95e8b008cafbdaf726c;hb=fc1861afb83184cfb975428a9710e90aa3252854;hp=a730eff980c19a4ba0547016a4f8b8a9ad932b9a;hpb=3679dd2c6191c9872d0ffeced51e711f26099d65;p=gnulib.git diff --git a/modules/wcrtomb-tests b/modules/wcrtomb-tests index a730eff98..32f9d3a7f 100644 --- a/modules/wcrtomb-tests +++ b/modules/wcrtomb-tests @@ -1,6 +1,14 @@ 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 m4/locale-ja.m4 m4/locale-zh.m4 @@ -8,6 +16,7 @@ m4/codeset.m4 Depends-on: btowc +setlocale configure.ac: gt_LOCALE_FR @@ -16,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