X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/2de411ac865f57fc7596f9d50d083e0bc38be334..7ad5c5cbdce6316b8d04fcbb3284b26e4b2c36da:/t/syntax.t diff --git a/t/syntax.t b/t/syntax.t index 7e0cfbd2d..8c96d1d84 100755 --- a/t/syntax.t +++ b/t/syntax.t @@ -5,8 +5,9 @@ use Test::More; my @progs="ikiwiki.in"; my @libs="IkiWiki.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`; +# monotone, external, amazon_s3 skipped since they need perl modules +push @libs, map { chomp; $_ } `find IkiWiki -type f -name \\*.pm | grep -v monotone.pm | grep -v external.pm | grep -v amazon_s3.pm | grep -v po.pm`; +push @libs, 'IkiWiki/Plugin/skeleton.pm.example'; plan(tests => (@progs + @libs));