summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-20 09:06:39 +0200
committerJim Meyering <meyering@redhat.com>2007-10-20 09:06:39 +0200
commit736b78af4f928932be8d4adcc33ab025ef5ba16c (patch)
tree4504dea408f0279ad1b99e5c496be4aa0f71acbd
parent18e4c15198afa74b056c2e68032d56d346f14d4d (diff)
downloadcoreutils-736b78af4f928932be8d4adcc33ab025ef5ba16c.tar.xz
Ensure that Test.pm-derived tests use the right $PATH.
* tests/Makefile.am.in: Include $(top_srcdir)/tests/check.mk.
-rw-r--r--ChangeLog5
-rw-r--r--tests/Makefile.am.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e85b63c80..a6e190fd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-20 Jim Meyering <meyering@redhat.com>
+
+ Ensure that Test.pm-derived tests use the right $PATH.
+ * tests/Makefile.am.in: Include $(top_srcdir)/tests/check.mk.
+
2007-10-20 Bob Proulx <bob@proulx.com>
Prevent "make check" from leaving mktemp /tmp/tmp.* files behind.
diff --git a/tests/Makefile.am.in b/tests/Makefile.am.in
index c613cf555..3651d808a 100644
--- a/tests/Makefile.am.in
+++ b/tests/Makefile.am.in
@@ -47,3 +47,5 @@ $(srcdir)/Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
sed -n '/^##test-files-end/,$$p' $(srcdir)/../Makefile.am.in >> $@t
chmod -w $@t
mv $@t $@
+
+include $(top_srcdir)/tests/check.mk