From 7a095b97eafc53399cd7fcb9e85867910b74e1c4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 25 Jan 2020 23:47:18 +0100 Subject: c32isalpha: Add tests. * tests/test-c32isalpha.c: New file. * tests/test-c32isalpha.sh: New file. * modules/c32isalpha-tests: New file. --- modules/c32isalpha-tests | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 modules/c32isalpha-tests (limited to 'modules/c32isalpha-tests') diff --git a/modules/c32isalpha-tests b/modules/c32isalpha-tests new file mode 100644 index 0000000000..4c4ebaa9a7 --- /dev/null +++ b/modules/c32isalpha-tests @@ -0,0 +1,29 @@ +Files: +tests/test-c32isalpha.sh +tests/test-c32isalpha.c +tests/signature.h +tests/macros.h +m4/locale-fr.m4 +m4/locale-ja.m4 +m4/locale-zh.m4 +m4/codeset.m4 + +Depends-on: +mbrtoc32 +setlocale + +configure.ac: +gt_LOCALE_FR +gt_LOCALE_FR_UTF8 +gt_LOCALE_JA +gt_LOCALE_ZH_CN + +Makefile.am: +TESTS += test-c32isalpha.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-c32isalpha +test_c32isalpha_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC) -- cgit v1.2.1