~minos-archive/minos/i3

« back to all changes in this revision

Viewing changes to testcases/lib/i3test/XTEST.pm

  • Committer: Javier Lopez
  • Date: 2020-07-31 04:00:22 UTC
  • Revision ID: git-v1:c0a0ee3c521bd9adbce16322e3813b0268645fe3
automatic sync 31-07-2020:00:00

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
use Test::More;
9
9
use i3test::Util qw(get_socket_path);
10
 
use lib qw(@abs_top_srcdir@/AnyEvent-I3/blib/lib);
 
10
use lib qw(@abs_top_builddir@/AnyEvent-I3/blib/lib);
11
11
use AnyEvent::I3;
12
12
use ExtUtils::PkgConfig;
13
13