From b9053ab39aefc89bb3df2ef28b27518aaaa13cc8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 18 Dec 2008 00:24:27 +0100 Subject: Tests for module 'btowc'. --- modules/btowc-tests | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/btowc-tests (limited to 'modules/btowc-tests') diff --git a/modules/btowc-tests b/modules/btowc-tests new file mode 100644 index 0000000000..b6980dd20c --- /dev/null +++ b/modules/btowc-tests @@ -0,0 +1,18 @@ +Files: +tests/test-btowc1.sh +tests/test-btowc2.sh +tests/test-btowc.c +m4/locale-fr.m4 +m4/codeset.m4 + +Depends-on: + +configure.ac: +gt_LOCALE_FR +gt_LOCALE_FR_UTF8 + +Makefile.am: +TESTS += test-btowc1.sh test-btowc2.sh +TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' +check_PROGRAMS += test-btowc + -- cgit v1.2.1