less boilerplate by using Test::Kit and -It/lib in Makefile

This commit is contained in:
Michael Stapelberg
2010-04-17 22:49:26 +02:00
parent a2e3bb1cdd
commit 206e1ed041
22 changed files with 36 additions and 131 deletions

View File

@ -3,12 +3,7 @@
#
# Tests multiple commands (using ';') and multiple operations (using ',')
#
use Test::More tests => 24;
use Data::Dumper;
use FindBin;
use lib "$FindBin::Bin/lib";
use i3test;
use AnyEvent::I3;
use i3test tests => 24;
use X11::XCB qw(:all);
use v5.10;