projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d94ea
)
(TESTS_ENVIRONMENT): Set PATH.
author
Jim Meyering
<jim@meyering.net>
Mon, 31 May 2004 11:41:06 +0000
(11:41 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 31 May 2004 11:41:06 +0000
(11:41 +0000)
tests/tr/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/tr/Makefile.am
b/tests/tr/Makefile.am
index
90f27cb
..
b09ff6f
100644
(file)
--- 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)