allow run_asset.t to work from any directory

This commit is contained in:
Graham Knop 2010-06-13 06:19:59 -05:00
parent 30657d61f7
commit 6da59afa28

View file

@ -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;