summaryrefslogtreecommitdiff
path: root/modules/mbsrtowcs-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-20 02:04:14 +0100
committerBruno Haible <bruno@clisp.org>2008-12-20 02:04:14 +0100
commit681366779f25822887d18f7b75926d547925f461 (patch)
tree9aa68ee578579d9f4bca5e3992c0baf6c2caa3a0 /modules/mbsrtowcs-tests
parent7ec4dd0757faee6c51e3b20119dded0b321c3199 (diff)
downloadgnulib-681366779f25822887d18f7b75926d547925f461.tar.gz
Tests for module 'mbsrtowcs'.
Diffstat (limited to 'modules/mbsrtowcs-tests')
-rw-r--r--modules/mbsrtowcs-tests32
1 files changed, 32 insertions, 0 deletions
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
+