]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Ensure that Test.pm-derived tests use the right $PATH.
authorJim Meyering <meyering@redhat.com>
Sat, 20 Oct 2007 07:06:39 +0000 (09:06 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 20 Oct 2007 07:06:39 +0000 (09:06 +0200)
* tests/Makefile.am.in: Include $(top_srcdir)/tests/check.mk.

ChangeLog
tests/Makefile.am.in

index e85b63c80b8929ae15a646dc2f6add970723911f..a6e190fd4ccdce2e27e0f5c97952e5a1a3b1d262 100644 (file)
--- 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.
index c613cf555f2462acf7a2c69184a0e8d1e56265c3..3651d808a3a79252405326f0f3d41a08b1a6affc 100644 (file)
@@ -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