gri3-wm/testcases/t/000-load-deps.t

11 lines
149 B
Perl
Raw Normal View History

2009-07-16 13:43:43 +02:00
#!perl
use Test::More tests => 2;
BEGIN {
use_ok( 'X11::XCB::Connection' );
use_ok( 'X11::XCB::Window' );
}
diag( "Testing i3, Perl $], $^X" );