make run_assets.t work
This commit is contained in:
parent
976ea07763
commit
3fbf3ffd9b
1 changed files with 5 additions and 3 deletions
|
|
@ -15,8 +15,10 @@ use Test::Class;
|
||||||
use Module::Find;
|
use Module::Find;
|
||||||
use lib rel2abs( catdir ( dirname( __FILE__ ), 'tests' ) );
|
use lib rel2abs( catdir ( dirname( __FILE__ ), 'tests' ) );
|
||||||
|
|
||||||
plan skip_all => "Extremely slow asset tests only run if WEBGUI_ASSET_TESTS set"
|
BEGIN {
|
||||||
unless $ENV{WEBGUI_ASSET_TESTS};
|
plan skip_all => "Extremely slow asset tests only run if WEBGUI_ASSET_TESTS set"
|
||||||
useall('Test::WebGUI::Asset');
|
unless $ENV{WEBGUI_ASSET_TESTS};
|
||||||
|
useall('Test::WebGUI::Asset');
|
||||||
|
}
|
||||||
Test::Class->runtests;
|
Test::Class->runtests;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue