Fix script to work and load the utility test module.
This commit is contained in:
parent
20507ee883
commit
790ccbe046
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
# http://www.plainblack.com info@plainblack.com
|
# http://www.plainblack.com info@plainblack.com
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
use lib 'tests';
|
#use lib 'tests';
|
||||||
|
|
||||||
use Test::Class::Load qw{tests/Test};
|
use Test::Class::Load qw{tests};
|
||||||
Test::Class->runtests;
|
Test::Class->runtests;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue