From 1eb5ae2654d5dcefdd3491030a4a247c2203c1e5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 26 Jan 2020 00:03:23 +0100 Subject: c32isupper: Add tests. * tests/test-c32isupper.c: New file. * tests/test-c32isupper.sh: New file. * modules/c32isupper-tests: New file. --- modules/c32isupper-tests | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 modules/c32isupper-tests (limited to 'modules/c32isupper-tests') diff --git a/modules/c32isupper-tests b/modules/c32isupper-tests new file mode 100644 index 0000000000..0410e9d2ba --- /dev/null +++ b/modules/c32isupper-tests @@ -0,0 +1,29 @@ +Files: +tests/test-c32isupper.sh +tests/test-c32isupper.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-c32isupper.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-c32isupper +test_c32isupper_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC) -- cgit v1.2.1