test syntax
[Biblio-SIP2.git] / t / 0-load.t
index e579289..8a9eb83 100755 (executable)
@@ -1,9 +1,10 @@
 #!/usr/bin/perl
 
-use Test::More tests => 1;
+use Test::More tests => 2;
 
 use lib 'lib';
 
 BEGIN {
        use_ok( 'SIP2' );
+       use_ok( 'SIP2::SC' );
 }