1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.

This commit is contained in:
Bruno Haible
2010-01-24 17:42:21 +01:00
parent d5a64095d7
commit 368e66277a
80 changed files with 122 additions and 79 deletions

View File

@@ -15,7 +15,6 @@ configure.ac:
Makefile.am:
TESTS += test-xprintf-posix.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-xfprintf-posix test-xprintf-posix
test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@
test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@