From 736b78af4f928932be8d4adcc33ab025ef5ba16c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Oct 2007 09:06:39 +0200 Subject: Ensure that Test.pm-derived tests use the right $PATH. * tests/Makefile.am.in: Include $(top_srcdir)/tests/check.mk. --- tests/Makefile.am.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile.am.in') 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 -- cgit v1.2.3-54-g00ecf