From ddcbef2b31fc7689b67916beaf265bea8ebef187 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Thu, 11 Jun 2009 18:42:50 +0300 Subject: [PATCH] Integrate buildsystem testsuite into the debhelper build system. Signed-off-by: Modestas Vainius --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5