testcases: remove external AnyEvent::I3 dependency

This commit is contained in:
Michael Stapelberg
2017-08-19 16:51:51 +02:00
parent 062ecdb0b5
commit a91544b5b3
7 changed files with 17 additions and 5 deletions

View File

@ -6,6 +6,7 @@ use warnings;
use v5.10;
use i3test i3_autostart => 0;
use lib qw(@abs_top_srcdir@/AnyEvent-I3/blib/lib);
use AnyEvent::I3;
use ExtUtils::PkgConfig;