Restructure test suite to prepare CPAN release

Change-Id: If3033774f50d33b2e5b3344e3927fd534cef4dfb
diff --git a/t/real/wdd.t b/t/real/wdd.t
index c8c50b4..57dcbc7 100644
--- a/t/real/wdd.t
+++ b/t/real/wdd.t
@@ -1,4 +1,4 @@
-use strict;
+#use strict;
 use warnings;
 use Test::More;
 use Data::Dumper;
@@ -21,7 +21,7 @@
 use_ok('KorAP::XML::Krill');
 
 # GOE/AGA/03828
-my $path = catdir(dirname(__FILE__), '../corpus/WDD/G27/38989');
+my $path = catdir(dirname(__FILE__), 'corpus','WDD','G27','38989');
 
 ok(my $doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');
@@ -271,7 +271,7 @@
 
 # diag "No test for xip dependency";
 
-$path = catdir(dirname(__FILE__), '../corpus/WDD15/A79/83946');
+$path = catdir(dirname(__FILE__), 'corpus','WDD15','A79','83946');
 
 ok($doc = KorAP::XML::Krill->new( path => $path . '/' ), 'Load Korap::Document');
 ok($doc->parse, 'Parse document');