From 778326c2e675d90fbfc23d65aa747c188e713318 Mon Sep 17 00:00:00 2001
From: Jim Meyering <jim@meyering.net>
Date: Mon, 31 May 2004 12:20:01 +0000
Subject: .

---
 tests/head/Makefile.in | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'tests/head')

diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in
index 3bafdd1d8..61243fc07 100644
--- a/tests/head/Makefile.in
+++ b/tests/head/Makefile.in
@@ -281,6 +281,9 @@ posix-3.O posix-3.E posix-4.O posix-4.E posix-5.O posix-5.E
 
 EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen)
 noinst_SCRIPTS = $x-tests
+TESTS_ENVIRONMENT = \
+  PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
+
 editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g'
 TESTS = $x-tests
 mk_script = $(srcdir)/../mk-script
@@ -512,8 +515,9 @@ uninstall-am: uninstall-info-am
 	mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
 	uninstall-am uninstall-info-am
 
-$(srcdir)/$x-tests: $(mk_script) Test.pm
-	$(PERL) -I$(srcdir) -w -- $(mk_script) $(srcdir) ../../src/$x > $@.n
+$(srcdir)/$x-tests: $(mk_script) Test.pm Makefile.am
+	test '$x' = test && prog=../../src/$x || prog=$x; \
+	$(PERL) -I$(srcdir) -w -- $(mk_script) $(srcdir) $$prog > $@.n
 	mv $@.n $@
 	chmod 755 $@
 
-- 
cgit v1.2.3-70-g09d2