]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/syntax.t
web commit by http://roktas.myopenid.com/: add pcc project
[ikiwiki.git] / t / syntax.t
index 20396aaae0ebb8bde572ddd35ce0aebcf07c9000..7e0cfbd2d68e03efbd063db0987cd181c9786292 100755 (executable)
@@ -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));