Initial commit
This commit is contained in:
12
t/01-workspaces.t
Normal file
12
t/01-workspaces.t
Normal file
@ -0,0 +1,12 @@
|
||||
#!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" );
|
Reference in New Issue
Block a user