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

Commit

Permalink
fix make spectest
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Mar 21, 2009
1 parent 2eb01f5 commit 7f2dbb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,3 +16,4 @@ src/gen_*.pir

t/*.text
t/*.html
t/*.zip
4 changes: 2 additions & 2 deletions config/makefiles/root.in
Expand Up @@ -126,8 +126,8 @@ help:
test: build
$(PERL) -I$(LIB_DIR)/tools/lib t/harness

spectest: all t/MarkdownTest_1.0
$(PERL) t/harness
spectest: build t/MarkdownTest_1.0
$(PERL) -I$(LIB_DIR)/tools/lib t/harness

t/MarkdownTest_1.0.zip:
cd t && perl -MLWP::Simple -e "getstore(q{http:////daringfireball.net//projects//downloads//MarkdownTest_1.0.zip}, q{MarkdownTest_1.0.zip});"
Expand Down
2 changes: 1 addition & 1 deletion t/MarkdownTest.t
Expand Up @@ -24,7 +24,7 @@ use Test::More;
use File::Basename;
use File::Spec;

my @dir = ( 'markdown', 't', 'MarkdownTest_1.0', 'Tests' );
my @dir = ( 't', 'MarkdownTest_1.0', 'Tests' );
my @test_files = glob( File::Spec->catfile( @dir, '*.text' ) );

if ( scalar @test_files ) {
Expand Down
2 changes: 0 additions & 2 deletions t/harness
Expand Up @@ -32,8 +32,6 @@ use strict;
use warnings;
use 5.008;

use lib qw( ../../lib );

use Parrot::Test::Harness language => 'markdown';

# Local Variables:
Expand Down

0 comments on commit 7f2dbb7

Please sign in to comment.