verify: new macro 'assume'
[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 localcharset
22
23 configure.ac:
24 gt_LOCALE_FR
25 gt_LOCALE_FR_UTF8
26
27 Makefile.am:
28 TESTS += test-quotearg.sh
29 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
30 check_PROGRAMS += test-quotearg
31 test_quotearg_LDADD = $(LDADD) @LIBINTL@