Koha/t/Reserves.t
2007-06-18 03:20:19 +00:00

5 lines
122 B
Perl

BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use C4::Reserves;
$loaded = 1;
print "ok 1\n";