Add testcases for IPC and basic focus switching

This commit is contained in:
Michael Stapelberg
2009-08-05 21:37:11 +02:00
parent 6e77e9d3f2
commit 0f414f8ade
4 changed files with 167 additions and 0 deletions

View File

@ -6,6 +6,9 @@ use Test::Deep;
use X11::XCB qw(:all);
use Data::Dumper;
use Time::HiRes qw(sleep);
use FindBin;
use lib "$FindBin::Bin/lib";
use i3test;
BEGIN {
use_ok('X11::XCB::Window');