From: Joey Hess Date: Sun, 3 Aug 2008 23:21:07 +0000 (-0400) Subject: test skeleton.pm.example X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/210b9ba2f3999db21030bb7ca05b9861b763788a?hp=06829be296aec1f2bc1775d3051eb56458f3c9b3 test skeleton.pm.example --- diff --git a/t/syntax.t b/t/syntax.t index 694bb01df..d09d17f7f 100755 --- a/t/syntax.t +++ b/t/syntax.t @@ -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));