Skip to content

Instantly share code, notes, and snippets.

@nihen
Created December 22, 2009 23:00
Show Gist options
  • Save nihen/262149 to your computer and use it in GitHub Desktop.
Save nihen/262149 to your computer and use it in GitHub Desktop.
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