vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / quotearg-tests
blobdc94b34afabe05510c19c9dc5451d13e69ba6a2a
1 Status:
2 gettext-dependent-test
4 Files:
5 tests/test-quotearg.sh
6 tests/test-quotearg.c
7 tests/test-quotearg.h
8 tests/macros.h
9 tests/testlocale/fr/LC_MESSAGES/test-quotearg.po
10 tests/testlocale/fr/LC_MESSAGES/test-quotearg.mo
11 m4/locale-fr.m4
12 m4/codeset.m4
14 Depends-on:
15 gettext
16 stdint
17 setenv
18 unsetenv
19 setlocale
20 localcharset
22 configure.ac:
23 gt_LOCALE_FR
24 gt_LOCALE_FR_UTF8
26 Makefile.am:
27 TESTS += test-quotearg.sh
28 TESTS_ENVIRONMENT += \
29   LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
30   host_os='@host_os@'
31 check_PROGRAMS += test-quotearg
32 test_quotearg_LDADD = $(LDADD) $(LIB_SETLOCALE) @LIBINTL@ $(LIB_MBRTOWC)