]> git.donarmstrong.com Git - debhelper.git/blobdiff - t/syntax
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / t / syntax
index 76fd46ae68626e5aa5f8fa8384697cca04028a79..92455457ef143b704b4745a0a9256d96f25747d7 100755 (executable)
--- a/t/syntax
+++ b/t/syntax
@@ -1,8 +1,8 @@
 #!/usr/bin/perl
 use Test;
 
-my @progs=grep { -x $_ } glob("dh_*");
-my @libs=glob("Debian/Debhelper/*.pm");
+my @progs=grep { -x $_ } glob("dh_*"), "dh";
+my @libs=(glob("Debian/Debhelper/*.pm"), glob("Debian/Debhelper/*/*.pm"));
 
 plan(tests => (@progs + @libs));