X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2Fsyntax;h=92455457ef143b704b4745a0a9256d96f25747d7;hb=ee5536e22dbe1a629beca2296c1b29ec5c771fde;hp=f80fa97cfaea4c53b0b019ae1dcfcb669a5731ea;hpb=bf969c1ca026433477c3578123b28e9829ba4e25;p=debhelper.git diff --git a/t/syntax b/t/syntax index f80fa97..9245545 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));