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