X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2F00-testcritic.t;h=fa0fcc3a820fc8cfd80501e17c6a3fb83e974c85;hb=734846e4cb371cf45c5025e9d61e66bd4144936d;hp=c28a2dc226ac26adeec5a77d12b58143d5d1fb6c;hpb=1474d95c103c27f90361b5b9b93851aff5d92d0c;p=koha_fer diff --git a/t/00-testcritic.t b/t/00-testcritic.t index c28a2dc226..fa0fcc3a82 100755 --- a/t/00-testcritic.t +++ b/t/00-testcritic.t @@ -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 +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 cataloguing circ debian errors labels - offline_circ reserve reviews rotating_collections serials sms virtualshelves Koha); + 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';