diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 19:21:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 19:36:10 -0400 |
commit | 210b9ba2f3999db21030bb7ca05b9861b763788a (patch) | |
tree | c87bc97a822cad17fe69eba07f75de89161b0260 | |
parent | 06829be296aec1f2bc1775d3051eb56458f3c9b3 (diff) | |
download | ikiwiki-210b9ba2f3999db21030bb7ca05b9861b763788a.tar ikiwiki-210b9ba2f3999db21030bb7ca05b9861b763788a.tar.gz |
test skeleton.pm.example
-rwxr-xr-x | t/syntax.t | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |