doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / mbmemcasecoll-tests
1 Files:
2 tests/test-mbmemcasecoll1.sh
3 tests/test-mbmemcasecoll2.sh
4 tests/test-mbmemcasecoll3.sh
5 tests/test-mbmemcasecoll.c
6 tests/test-mbmemcasecmp.h
7 tests/macros.h
8 m4/locale-fr.m4
9 m4/locale-tr.m4
10 m4/codeset.m4
11
12 Depends-on:
13 stdbool
14 setlocale
15
16 configure.ac:
17 gt_LOCALE_FR
18 gt_LOCALE_FR_UTF8
19 gt_LOCALE_TR_UTF8
20
21 Makefile.am:
22 TESTS += test-mbmemcasecoll1.sh test-mbmemcasecoll2.sh test-mbmemcasecoll3.sh
23 TESTS_ENVIRONMENT += \
24   LOCALE_FR='@LOCALE_FR@' \
25   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
26   LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
27 check_PROGRAMS += test-mbmemcasecoll
28