Add testcases :-)

This commit is contained in:
Michael Stapelberg
2009-07-16 13:43:43 +02:00
parent 0434b6ea3d
commit 47041bdd73
4 changed files with 95 additions and 0 deletions

10
testcases/t/00-load.t Normal file
View 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" );