summaryrefslogtreecommitdiff
path: root/modules/quotearg-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-01-26 03:22:46 +0100
committerBruno Haible <bruno@clisp.org>2009-01-26 03:22:46 +0100
commitcf6f0d9b4b590bdbe99ba8de0778a770cfe994f9 (patch)
tree15abe7b8769ae1ab5ebfea5155364cdc84fba9cd /modules/quotearg-tests
parentd783fbd22e5e5fc9b62355a2c42cfa1d2b4fecb6 (diff)
downloadgnulib-cf6f0d9b4b590bdbe99ba8de0778a770cfe994f9.tar.gz
Make test-quotearg work on MacOS X and AIX.
Diffstat (limited to 'modules/quotearg-tests')
-rw-r--r--modules/quotearg-tests13
1 files changed, 12 insertions, 1 deletions
diff --git a/modules/quotearg-tests b/modules/quotearg-tests
index 1f3ba2717d..8c8f008841 100644
--- a/modules/quotearg-tests
+++ b/modules/quotearg-tests
@@ -1,13 +1,24 @@
Files:
+tests/test-quotearg.sh
tests/test-quotearg.c
+tests/locale/fr/LC_MESSAGES/test-quotearg.po
+tests/locale/fr/LC_MESSAGES/test-quotearg.mo
+m4/locale-fr.m4
+m4/codeset.m4
Depends-on:
+gettext
progname
stdint
+setenv
+unsetenv
configure.ac:
+gt_LOCALE_FR
+gt_LOCALE_FR_UTF8
Makefile.am:
-TESTS += test-quotearg
+TESTS += test-quotearg.sh
+TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
check_PROGRAMS += test-quotearg
test_quotearg_LDADD = $(LDADD) @LIBINTL@