X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fwcrtomb-tests;h=32f9d3a7f079ac0caf5ea95e8b008cafbdaf726c;hb=6b8f1dd1a21ce49319795391e21adf645b64db3c;hp=4c85b17135bfccab52c8e52470ed4b3a8d77a858;hpb=a8803658e85d3b0be6ca0806d58e6bccbeb67c70;p=gnulib.git diff --git a/modules/wcrtomb-tests b/modules/wcrtomb-tests index 4c85b1713..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 @@ -19,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