gnulib-tool.py: Fix formatting of error message in last commit.
[gnulib.git] / modules / c-strcase-tests
blob23a3eb8aba9e5721abe841134258b18075040657
1 Files:
2 tests/test-c-strcase.sh
3 tests/test-c-strcasecmp.c
4 tests/test-c-strncasecmp.c
5 tests/macros.h
6 m4/locale-fr.m4
7 m4/locale-tr.m4
8 m4/codeset.m4
10 Depends-on:
11 c-ctype
12 setlocale
14 configure.ac:
15 gt_LOCALE_FR
16 gt_LOCALE_TR_UTF8
18 Makefile.am:
19 TESTS += test-c-strcase.sh
20 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
21 check_PROGRAMS += test-c-strcasecmp test-c-strncasecmp
22 test_c_strcasecmp_LDADD = $(LDADD) $(SETLOCALE_LIB)
23 test_c_strncasecmp_LDADD = $(LDADD) $(SETLOCALE_LIB)