aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2016-06-10 15:59:20 +0100
committerdakkar <dakkar@thenautilus.net>2016-06-10 15:59:20 +0100
commit7e0432d6af889d0343f129dec7060ae0c782d2bc (patch)
tree7995b9e4e795b3239282e80a6d28c9d0cbf76eca /t
parentmore tests! (diff)
downloadSietima-7e0432d6af889d0343f129dec7060ae0c782d2bc.tar.gz
Sietima-7e0432d6af889d0343f129dec7060ae0c782d2bc.tar.bz2
Sietima-7e0432d6af889d0343f129dec7060ae0c782d2bc.zip
move Test2::* tests to subdir
Diffstat (limited to 't')
-rw-r--r--t/tests/test2/compare-bag.t (renamed from t/tests/compare-bag.t)1
-rw-r--r--t/tests/test2/morecompare.t (renamed from t/tests/morecompare.t)1
2 files changed, 2 insertions, 0 deletions
diff --git a/t/tests/compare-bag.t b/t/tests/test2/compare-bag.t
index 7c71639..80a7bc3 100644
--- a/t/tests/compare-bag.t
+++ b/t/tests/test2/compare-bag.t
@@ -2,6 +2,7 @@
use strict;
use warnings;
use 5.020;
+use lib 't/lib';
use Test2::Bundle::Extended -target => 'Test2::Compare::Bag';
isa_ok($CLASS, 'Test2::Compare::Base');
diff --git a/t/tests/morecompare.t b/t/tests/test2/morecompare.t
index 1755fa9..ea85a18 100644
--- a/t/tests/morecompare.t
+++ b/t/tests/test2/morecompare.t
@@ -3,6 +3,7 @@ use strict;
use warnings;
use 5.020;
use Test2::Bundle::Extended;
+use lib 't/lib';
use Test2::Tools::MoreCompare qw(bag call_list);
use Test2::API qw(intercept);