From: Jim Meyering Date: Sat, 20 Oct 2007 07:06:39 +0000 (+0200) Subject: Ensure that Test.pm-derived tests use the right $PATH. X-Git-Tag: v6.9.89~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=736b78af4f928932be8d4adcc33ab025ef5ba16c;p=thirdparty%2Fcoreutils.git Ensure that Test.pm-derived tests use the right $PATH. * tests/Makefile.am.in: Include $(top_srcdir)/tests/check.mk. --- diff --git a/ChangeLog b/ChangeLog index e85b63c80b..a6e190fd4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-20 Jim Meyering + + 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 Prevent "make check" from leaving mktemp /tmp/tmp.* files behind. diff --git a/tests/Makefile.am.in b/tests/Makefile.am.in index c613cf555f..3651d808a3 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