Bug 8015: (follow-up) move from the Koha to the C4 namespace
[koha.git] / t / 00-testcritic.t
index c97828b..fa0fcc3 100755 (executable)
@@ -12,12 +12,12 @@ use File::Spec;
 use Test::More;
 use English qw(-no_match_vars);
 
-my @all_koha_dirs = qw( acqui admin authorities basket C4 catalogue cataloguing circ debian errors
-labels members misc offline_circ opac patroncards reports reserve reviews rotating_collections
-serials sms suggestion t tags test tools virtualshelves);
+my @all_koha_dirs = qw( acqui admin authorities basket C4 catalogue cataloguing circ course_reserves debian errors
+labels members misc offline_circ opac patroncards patron_lists reports reserve reviews rotating_collections
+serials sms suggestion t tags test tools virtualshelves Koha);
 
-my @dirs = qw( acqui admin authorities basket catalogue circ debian errors offline_circ reserve 
-    reviews rotating_collections serials sms virtualshelves );
+my @dirs = qw( acqui admin authorities basket catalogue cataloguing circ debian errors labels
+    members offline_circ reserve reviews rotating_collections serials sms virtualshelves Koha C4/SIP);
 
 if ( not $ENV{TEST_QA} ) {
     my $msg = 'Author test. Set $ENV{TEST_QA} to a true value to run';