test skeleton.pm.example

master
Joey Hess 2008-08-03 19:21:07 -04:00
parent 06829be296
commit 210b9ba2f3
1 changed files with 1 additions and 0 deletions

View File

@ -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));