X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2Fsyntax;h=92455457ef143b704b4745a0a9256d96f25747d7;hb=a9b01c569cdd5ea52a598dd234fca29e2796f259;hp=f80fa97cfaea4c53b0b019ae1dcfcb669a5731ea;hpb=64cd63ff797a52da5222024a966d6fdb495af6b5;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));