summaryrefslogtreecommitdiff
path: root/modules/quotearg-tests
blob: 0ff8b4d4023957660450009e4f565ad7c0829607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Status:
gettext-dependent-test

Files:
tests/test-quotearg.sh
tests/test-quotearg.c
tests/test-quotearg.h
tests/macros.h
tests/testlocale/fr/LC_MESSAGES/test-quotearg.po
tests/testlocale/fr/LC_MESSAGES/test-quotearg.mo
m4/locale-fr.m4
m4/codeset.m4

Depends-on:
gettext
stdint
setenv
unsetenv
setlocale
localcharset

configure.ac:
gt_LOCALE_FR
gt_LOCALE_FR_UTF8

Makefile.am:
TESTS += test-quotearg.sh
TESTS_ENVIRONMENT += \
  LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
  host_os='@host_os@'
check_PROGRAMS += test-quotearg
test_quotearg_LDADD = $(LDADD) $(SETLOCALE_LIB) @LIBINTL@ $(MBRTOWC_LIB)