#!/usr/bin/perl
#
# This Koha test module is a stub!
# Add more tests here!!!
use strict;
use warnings;
use Test::More tests => 1;
BEGIN {
use_ok('C4::AuthoritiesMarc::MARC21');
}
use_ok('C4::AuthoritiesMarc::UNIMARC');
use_ok('C4::Barcodes::annual');
use_ok('C4::Barcodes::hbyymmincr');
use_ok('C4::Barcodes::incremental');
use_ok('C4::Cache::FastMemcached');
use_ok('C4::Cache::Memcached');
use_ok('C4::Cache::Memoize::Memcached');
use_ok('C4::ClassSortRoutine::Dewey');
use_ok('C4::ClassSortRoutine::Generic');
use_ok('C4::ClassSortRoutine::LCC');
use_ok('C4::External::BakerTaylor');
use_ok('C4::External::Syndetics');
use_ok('C4::Form::MessagingPreferences');
use_ok('C4::External::Amazon');
use_ok('C4::ILSDI::Services');
use_ok('C4::ILSDI::Utility');
use_ok('C4::Installer::PerlDependencies');
use_ok('C4::Installer::PerlModules');
use_ok('C4::Members::AttributeTypes');
use_ok('C4::Members::Messaging');
use_ok('C4::Output::JSONStream');
use_ok('C4::Patroncards::Batch');
use_ok('C4::Patroncards::Layout');
use_ok('C4::Patroncards::Lib');
use_ok('C4::Patroncards::Patroncard');
use_ok('C4::Patroncards::Profile');
use_ok('C4::Patroncards::Template');
use_ok('C4::Reports::Guided');
use_ok('C4::SIP::ILS');
use_ok('C4::SIP::SIPServer');
use_ok('C4::SIP::Sip');
use_ok('C4::Search::PazPar2');
use_ok('C4::VirtualShelves::Merge');
-
use_ok('C4::VirtualShelves::Page');