Add testcases :-)
This commit is contained in:
10
testcases/t/00-load.t
Normal file
10
testcases/t/00-load.t
Normal file
@ -0,0 +1,10 @@
|
||||
#!perl
|
||||
|
||||
use Test::More tests => 2;
|
||||
|
||||
BEGIN {
|
||||
use_ok( 'X11::XCB::Connection' );
|
||||
use_ok( 'X11::XCB::Window' );
|
||||
}
|
||||
|
||||
diag( "Testing i3, Perl $], $^X" );
|
Reference in New Issue
Block a user