projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06829be
)
test skeleton.pm.example
author
Joey Hess
<joey@kodama.kitenet.net>
Sun, 3 Aug 2008 23:21:07 +0000
(19:21 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sun, 3 Aug 2008 23:36:10 +0000
(19:36 -0400)
t/syntax.t
patch
|
blob
|
history
diff --git
a/t/syntax.t
b/t/syntax.t
index 694bb01df2f52d6a01477d14049611f291ab97b1..d09d17f7f932deecb9c6f16e6911367ced9d4d35 100755
(executable)
--- 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));