Revert autoupdate's revert.
[gnulib.git] / modules / quotearg-tests
blobaed92ce381636518d5e00dc5de93c35fc0686f24
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 += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
29 check_PROGRAMS += test-quotearg
30 test_quotearg_LDADD = $(LDADD) $(LIB_SETLOCALE) @LIBINTL@ $(LIB_MBRTOWC)