summaryrefslogtreecommitdiff
path: root/t/syntax
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2009-06-11 03:18:34 +0300
committerModestas Vainius <modestas@vainius.eu>2009-06-11 03:18:34 +0300
commitf497dbc85a13c9e4cea603a4c2f14d220479a359 (patch)
tree1925f072541e4ba7f087f0332da50d0e208393e3 /t/syntax
parent51161d8f82042d438e8999c5f6806b75a6702f52 (diff)
Include Debian/Debhelper subdirs in syntax check.
Diffstat (limited to 't/syntax')
-rwxr-xr-xt/syntax2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/syntax b/t/syntax
index f80fa97c..92455457 100755
--- a/t/syntax
+++ b/t/syntax
@@ -2,7 +2,7 @@
use Test;
my @progs=grep { -x $_ } glob("dh_*"), "dh";
-my @libs=glob("Debian/Debhelper/*.pm");
+my @libs=(glob("Debian/Debhelper/*.pm"), glob("Debian/Debhelper/*/*.pm"));
plan(tests => (@progs + @libs));