]> sipb.mit.edu Git - ikiwiki.git/commitdiff
test skeleton.pm.example
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 3 Aug 2008 23:21:07 +0000 (19:21 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 3 Aug 2008 23:36:10 +0000 (19:36 -0400)
t/syntax.t

index 694bb01df2f52d6a01477d14049611f291ab97b1..d09d17f7f932deecb9c6f16e6911367ced9d4d35 100755 (executable)
@@ -7,6 +7,7 @@ my @progs="ikiwiki.in";
 my @libs="IkiWiki.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));