blob: 2d3fda031cc57fb2e8fe3a1b50a785e3da5b021c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Files:
tests/test-nl_langinfo.sh
tests/test-nl_langinfo.c
tests/signature.h
tests/macros.h
m4/locale-fr.m4
Depends-on:
c-strcase
setlocale
configure.ac:
gt_LOCALE_FR
gt_LOCALE_FR_UTF8
Makefile.am:
TESTS += test-nl_langinfo.sh
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
check_PROGRAMS += test-nl_langinfo
|