]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/perlmods/t/23-OpenILS-Application-EbookAPI.t
338f043f4cc76bb8160664fdc2864b7de5015651
[Evergreen.git] / Open-ILS / src / perlmods / t / 23-OpenILS-Application-EbookAPI.t
1 #!perl -T
2
3 use Test::More tests => 2;
4
5 BEGIN {
6     use_ok( 'OpenILS::Application::EbookAPI' );
7     use_ok( 'OpenILS::Application::EbookAPI::Test' );
8 }
9