X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/blobdiff_plain/52e06ad51e9f029bb5a560ea20ec49f5ab9e751e..b7d6a49be4a5e1d9c94219392179c14dba40034a:/t/syntax.t diff --git a/t/syntax.t b/t/syntax.t index cbbdee62f..694bb01df 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, 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`; plan(tests => (@progs + @libs));