gri3-wm/t/01-workspaces.t

13 lines
197 B
Perl
Raw Normal View History

2010-03-13 17:11:09 +01:00
#!perl -T
use Test::More tests => 1;
use AnyEvent::I3;
my $i3 = i3();
my $cv = $i3->connect;
$cv->recv;
ok(1, "connected");
diag( "Testing AnyEvent::I3 $AnyEvent::I3::VERSION, Perl $], $^X" );