1Files:
2tests/test-c-strcase.sh
3tests/test-c-strcasecmp.c
4tests/test-c-strncasecmp.c
5tests/macros.h
6m4/locale-fr.m4
7m4/locale-tr.m4
8m4/codeset.m4
9
10Depends-on:
11setlocale
12
13configure.ac:
14gt_LOCALE_FR
15gt_LOCALE_TR_UTF8
16
17Makefile.am:
18TESTS += test-c-strcase.sh
19TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
20check_PROGRAMS += test-c-strcasecmp test-c-strncasecmp
21