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

@@ -18,5 +18,4 @@ AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
Makefile.am:
TESTS += test-fprintf-posix.sh test-fprintf-posix2.sh test-fprintf-posix3.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-fprintf-posix test-fprintf-posix2 test-fprintf-posix3