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