push lib into @INC
[Biblio-SIP2.git] / t / 0-load.t
diff --git a/t/0-load.t b/t/0-load.t
new file mode 100755 (executable)
index 0000000..e579289
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use Test::More tests => 1;
+
+use lib 'lib';
+
+BEGIN {
+       use_ok( 'SIP2' );
+}