X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/5bc73d7facbea81ae533777affaffbe3d7476c0f..e9a215982b6e522f21653d2d164abcb7246b0f77:/t/syntax.t diff --git a/t/syntax.t b/t/syntax.t index 20396aaae..7e0cfbd2d 100755 --- a/t/syntax.t +++ b/t/syntax.t @@ -5,7 +5,8 @@ use Test::More; 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));