tests: rename files (00x-*.t is basic stuff, >=100-*.t are tests using IPC)
This commit is contained in:
10
testcases/t/000-load-deps.t
Normal file
10
testcases/t/000-load-deps.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