Make test-quotearg work on MacOS X and AIX.
[gnulib.git] / modules / quotearg-tests
1 Files:
2 tests/test-quotearg.sh
3 tests/test-quotearg.c
4 tests/locale/fr/LC_MESSAGES/test-quotearg.po
5 tests/locale/fr/LC_MESSAGES/test-quotearg.mo
6 m4/locale-fr.m4
7 m4/codeset.m4
8
9 Depends-on:
10 gettext
11 progname
12 stdint
13 setenv
14 unsetenv
15
16 configure.ac:
17 gt_LOCALE_FR
18 gt_LOCALE_FR_UTF8
19
20 Makefile.am:
21 TESTS += test-quotearg.sh
22 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
23 check_PROGRAMS += test-quotearg
24 test_quotearg_LDADD = $(LDADD) @LIBINTL@