]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/syntax.t
fix relativedate timezone inclusion
[ikiwiki.git] / t / syntax.t
index 20396aaae0ebb8bde572ddd35ce0aebcf07c9000..d09d17f7f932deecb9c6f16e6911367ced9d4d35 100755 (executable)
@@ -5,7 +5,9 @@ use Test::More;
 
 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`;
+push @libs, 'IkiWiki/Plugin/skeleton.pm.example';
 
 plan(tests => (@progs + @libs));