Merge commit 'snapstart' into stable
[gnulib.git] / modules / quotearg-tests
1 Status:
2 gettext-dependent-test
3
4 Files:
5 tests/test-quotearg.sh
6 tests/test-quotearg.c
7 tests/test-quotearg.h
8 tests/macros.h
9 tests/locale/fr/LC_MESSAGES/test-quotearg.po
10 tests/locale/fr/LC_MESSAGES/test-quotearg.mo
11 m4/locale-fr.m4
12 m4/codeset.m4
13
14 Depends-on:
15 gettext
16 progname
17 stdint
18 setenv
19 unsetenv
20 setlocale
21
22 configure.ac:
23 gt_LOCALE_FR
24 gt_LOCALE_FR_UTF8
25
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) @LIBINTL@