X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/52e06ad51e9f029bb5a560ea20ec49f5ab9e751e..cb97fba7f149a898aa2b13c9d9804909a50314bc:/t/syntax.t?ds=sidebyside diff --git a/t/syntax.t b/t/syntax.t index cbbdee62f..7e0cfbd2d 100755 --- a/t/syntax.t +++ b/t/syntax.t @@ -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 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));