]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/syntax.t
add allowed attachments field to admin prefs
[ikiwiki.git] / t / syntax.t
index cbbdee62f6f956d8f06f7ea948da1d07d72ebfed..01346a33842d256ea6fd6f1d7b390f686ebbd8c7 100755 (executable)
@@ -3,9 +3,10 @@ use warnings;
 use strict;
 use Test::More;
 
-my @progs="ikiwiki.pl";
+my @progs="ikiwiki.in";
 my @libs="IkiWiki.pm";
-push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm`;
+# monotone, external, amazon_s3 skipped since they need perl modules
+push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm | grep -v IkiWiki/Rcs/monotone.pm | grep -v IkiWiki/Plugin/external.pm | grep -v IkiWiki/Plugin/amazon_s3.pm`;
 
 plan(tests => (@progs + @libs));