(TESTS_ENVIRONMENT): Add pwd/ prefix

to exported PATH value (though not strictly necessary, here).
This commit is contained in:
Jim Meyering 2000-01-07 08:24:38 +00:00
parent 36a3a59284
commit 30a1c917c7
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="@PERL@" \
PATH=../../src:$$PATH \
PATH=`pwd`/../../src:$$PATH \
PROG=seq

View File

@ -3,4 +3,4 @@ AUTOMAKE_OPTIONS = 1.2f gnits
TESTS = row-col-1 basic-1
EXTRA_DIST = $(TESTS) input-tty
TESTS_ENVIRONMENT = PATH=../../src:$$PATH
TESTS_ENVIRONMENT = PATH=`pwd`/../../src:$$PATH