1
0
mirror of synced 2026-04-27 04:46:28 +00:00
Files
xen-tools.xen-tools/t/00-load.t
steve 47c7161386 2007-09-04 20:30:25 by steve
Added new tests for our modular code.
2007-09-04 20:30:25 +00:00

11 lines
199 B
Perl
Executable File

#!/usr/bin/perl -I../lib -I./lib
use Test::More tests => 2;
BEGIN {
use_ok( 'Xen::Tools' );
use_ok( 'Xen::Tools::Log' );
}
diag( "Testing Xen::Tools $Xen::Tools::VERSION, Perl $], $^X" );