summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-07-03 12:00:12 +0000
committerNiels Thykier <niels@thykier.net>2017-07-03 14:37:46 +0000
commit3b1d59c88367165983f00f365c598669c8fb78f1 (patch)
tree7c57b7a98f6ba1c4ef5076bf20394a66adae0485 /Makefile
parent74dc778ecb67f1d7df8bca592b5c2d8da2bf269e (diff)
downloaddebhelper-3b1d59c88367165983f00f365c598669c8fb78f1.tar.gz
Makefile: Exclude .pl in test and remove dh_clean call
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ad7e8cea..2b2e8f4e 100644
--- a/Makefile
+++ b/Makefile
@@ -122,6 +122,4 @@ install:
install -m 0644 Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)$(PERLLIBDIR)/Buildsystem
test: version
- ./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x } @ARGV' t/* t/*/*
- # clean up log etc
- ./run dh_clean
+ ./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x && m/\.t$$/ } @ARGV' t/* t/*/*