use File::Find;
use Test::More;
+plan(skip_all => 'running installed') if $ENV{INSTALLED_TESTS};
+
plan(skip_all => "XML::Parser not available")
unless eval q{use XML::Parser (); 1;};
use IkiWiki;
-ok(system("make >/dev/null") == 0);
+ok(system("make docwiki >/dev/null") == 0);
chdir("html") || die "chdir: $!";