summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-31 11:41:06 +0000
committerJim Meyering <jim@meyering.net>2004-05-31 11:41:06 +0000
commit14a7c4506da7eed105a79589fb7b582561aa3a0c (patch)
tree75ee9995ad3103abdba6535b20f3f55dc0082607 /tests
parenta2d94eab8a214cc9d7a1dbd5f5c74214dcd350c1 (diff)
downloadcoreutils-14a7c4506da7eed105a79589fb7b582561aa3a0c.tar.xz
(TESTS_ENVIRONMENT): Set PATH.
Diffstat (limited to 'tests')
-rw-r--r--tests/tr/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tr/Makefile.am b/tests/tr/Makefile.am
index 90f27cb7c..b09ff6ffc 100644
--- a/tests/tr/Makefile.am
+++ b/tests/tr/Makefile.am
@@ -41,6 +41,9 @@ $(srcdir)/$x-tests: $(mk_script) Test.pm
MAINTAINERCLEANFILES = $x-tests $(maint_gen)
CLEANFILES = $(run_gen)
+TESTS_ENVIRONMENT = \
+ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
+
check: $(maint_gen)
$(srcdir)/Makefile.am: ../Makefile.am.in Test.pm $(mk_script)