* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):

Add $VG_PATH_PREFIX as a prefix to $PATH
This commit is contained in:
Jim Meyering
2006-07-03 12:55:25 +00:00
parent d67693ced9
commit ae87c86b4a
46 changed files with 56 additions and 45 deletions

View File

@@ -34,7 +34,7 @@ od-overlap4.E od-overlap5.O od-overlap5.E
EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen)
noinst_SCRIPTS = $x-tests
TESTS_ENVIRONMENT = \
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g'