allow run_asset.t to work from any directory
This commit is contained in:
parent
30657d61f7
commit
6da59afa28
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
# http://www.plainblack.com info@plainblack.com
|
# http://www.plainblack.com info@plainblack.com
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
#use lib 'tests';
|
use File::Spec::Functions qw( catdir rel2abs );
|
||||||
|
use File::Basename qw( dirname );
|
||||||
use Test::Class::Load qw{tests};
|
use Test::Class::Load rel2abs( catdir ( dirname( __FILE__ ), 'tests' ) );
|
||||||
Test::Class->runtests;
|
Test::Class->runtests;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue