]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/syntax.t
basic styling for license and copyright
[ikiwiki.git] / t / syntax.t
index cbbdee62f6f956d8f06f7ea948da1d07d72ebfed..7e0cfbd2d68e03efbd063db0987cd181c9786292 100755 (executable)
@@ -3,9 +3,10 @@ use warnings;
 use strict;
 use Test::More;
 
 use strict;
 use Test::More;
 
-my @progs="ikiwiki.pl";
+my @progs="ikiwiki.in";
 my @libs="IkiWiki.pm";
 my @libs="IkiWiki.pm";
-push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm`;
+# monotone and external skipped since they need a perl modules
+push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm | grep -v IkiWiki/Rcs/monotone.pm | grep -v IkiWiki/Plugin/external.pm`;
 
 plan(tests => (@progs + @libs));
 
 
 plan(tests => (@progs + @libs));