tests: extend t/10-dock.t to make use of the tree

This commit is contained in:
Michael Stapelberg
2011-02-21 00:23:25 +01:00
parent 9a0bc77baf
commit 95e8b1a467
2 changed files with 49 additions and 3 deletions

View File

@ -26,7 +26,7 @@ sub import {
my $class = shift;
my $pkg = caller;
eval "package $pkg;
use Test::More qw(@_);
use Test::More" . (@_ > 0 ? " qw(@_)" : "") . ";
use Test::Exception;
use Data::Dumper;
use AnyEvent::I3;