From: Modestas Vainius <modestas@vainius.eu> Date: Thu, 11 Jun 2009 15:42:50 +0000 (+0300) Subject: Integrate buildsystem testsuite into the debhelper build system. X-Git-Tag: 7.3.0~56 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ddcbef2b31fc7689b67916beaf265bea8ebef187;p=debhelper.git Integrate buildsystem testsuite into the debhelper build system. Signed-off-by: Modestas Vainius <modestas@vainius.eu> --- diff --git a/Makefile b/Makefile index cde1139..fe81c8c 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,6 @@ install: install -m 0644 Debian/Debhelper/Sequence/*.pm $(DESTDIR)$(PERLLIBDIR)/Sequence test: version - ./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ } @ARGV' t/* + ./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x } @ARGV' t/* t/buildsystems/* # clean up log etc ./run dh_clean