Skip to content

Commit

Permalink
Added a path to run tests in distcheck for Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Marçais committed Oct 27, 2015
1 parent 66b7e25 commit 8d9ab15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/swig_perl.sh
Expand Up @@ -13,5 +13,5 @@ $JF histo ${pref}.jf > ${pref}.histo

for i in test_mer_file.t test_hash_counter.t; do
echo Test $i
$PERL "-I$LOADPATH/.libs" "-I$LOADPATH" "$SRCDIR/swig/perl5/t/$i" .
$PERL "-I$LOADPATH/.libs" "-I$LOADPATH" "-I$SRCDIR/swig/perl5" "$SRCDIR/swig/perl5/t/$i" .
done

0 comments on commit 8d9ab15

Please sign in to comment.