Created
December 22, 2009 23:00
-
-
Save nihen/262149 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/t/01_root.t b/t/01_root.t | |
index 9b71585..2ce093c 100644 | |
--- a/t/01_root.t | |
+++ b/t/01_root.t | |
@@ -3,6 +3,17 @@ use warnings; | |
use Plack::Test; | |
use Plack::Util; | |
use Test::More; | |
+use App::Prove; | |
+ | |
+unless ( $ENV{MIXI_DEEP} ) { | |
+ local $ENV{MIXI_DEEP} = 1; | |
+ my $app = App::Prove->new(); | |
+ $app->process_args('-Ilib', <t/*.t>); | |
+ ok($app->run); | |
+ done_testing; | |
+ exit; | |
+} | |
+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment