diff options
author | Niels Thykier <niels@thykier.net> | 2017-07-03 12:00:12 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-07-03 14:37:46 +0000 |
commit | 3b1d59c88367165983f00f365c598669c8fb78f1 (patch) | |
tree | 7c57b7a98f6ba1c4ef5076bf20394a66adae0485 /Makefile | |
parent | 74dc778ecb67f1d7df8bca592b5c2d8da2bf269e (diff) | |
download | debhelper-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-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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/*/* |