diff options
author | Bruno Haible <bruno@clisp.org> | 2010-01-24 17:42:21 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-01-24 17:42:21 +0100 |
commit | 368e66277a1fdb07a508f9c3ff5d5669e4b4e838 (patch) | |
tree | 1ded94c89db6b77ce4042afd5d9ded33597efafc /modules/quotearg-tests | |
parent | d5a64095d78d87bbd17e1eab74c3a522378e39b4 (diff) | |
download | gnulib-368e66277a1fdb07a508f9c3ff5d5669e4b4e838.tar.gz |
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Diffstat (limited to 'modules/quotearg-tests')
-rw-r--r-- | modules/quotearg-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/quotearg-tests b/modules/quotearg-tests index 5afb98671c..b510e5d88e 100644 --- a/modules/quotearg-tests +++ b/modules/quotearg-tests @@ -20,6 +20,6 @@ gt_LOCALE_FR_UTF8 Makefile.am: TESTS += test-quotearg.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' +TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' check_PROGRAMS += test-quotearg test_quotearg_LDADD = $(LDADD) @LIBINTL@ |