Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
check if Markdown is available
  • Loading branch information
fperrad committed Mar 15, 2009
1 parent 5873c38 commit ba6b011
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/markdown.t
Expand Up @@ -28,6 +28,9 @@ my $test_prog = Parrot::Test::Lua::get_test_prog();
if ( $test_prog eq 'lua' ) {
plan skip_all => "parrot only";
}
elsif (! -f "$FindBin::Bin/../../../languages/markdown/markdown.pbc") {
plan skip_all => "markdown.pbc not available";
}
else {
plan tests => 2;
}
Expand Down

0 comments on commit ba6b011

Please sign in to comment.