From 681366779f25822887d18f7b75926d547925f461 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 20 Dec 2008 02:04:14 +0100 Subject: Tests for module 'mbsrtowcs'. --- modules/mbsrtowcs-tests | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 modules/mbsrtowcs-tests (limited to 'modules/mbsrtowcs-tests') diff --git a/modules/mbsrtowcs-tests b/modules/mbsrtowcs-tests new file mode 100644 index 0000000000..ead9965bab --- /dev/null +++ b/modules/mbsrtowcs-tests @@ -0,0 +1,32 @@ +Files: +tests/test-mbsrtowcs1.sh +tests/test-mbsrtowcs2.sh +tests/test-mbsrtowcs3.sh +tests/test-mbsrtowcs4.sh +tests/test-mbsrtowcs.c +m4/locale-fr.m4 +m4/locale-ja.m4 +m4/locale-zh.m4 +m4/codeset.m4 + +Depends-on: +mbrtowc +mbsinit +wctob + +configure.ac: +gt_LOCALE_FR +gt_LOCALE_FR_UTF8 +gt_LOCALE_JA +gt_LOCALE_ZH_CN + +Makefile.am: +TESTS += test-mbsrtowcs1.sh test-mbsrtowcs2.sh test-mbsrtowcs3.sh test-mbsrtowcs4.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-mbsrtowcs + -- cgit v1.2.1