aboutsummaryrefslogtreecommitdiffstats
path: root/t/00-load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00-load.t')
-rw-r--r--t/00-load.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/00-load.t b/t/00-load.t
index 5be19d43..7b6ca138 100644
--- a/t/00-load.t
+++ b/t/00-load.t
@@ -4,10 +4,11 @@ use strict;
use warnings FATAL => 'all';
use Test::More;
-plan tests => 1;
+plan tests => 2;
BEGIN {
- use_ok( 'AdminPanel::Shared' ) || print "Bail out!\n";
+ use_ok( 'AdminPanel::Shared' ) || print "AdminPanel::Shared failed\n";
+ use_ok( 'AdminPanel::SettingsReader' ) || print "AdminPanel::SettingsReader failed\n";
}
diag( "Testing AdminPanel::Shared $AdminPanel::Shared::VERSION, Perl $], $^X" );