Koha/t/Bookfund.t
2007-06-18 01:34:50 +00:00

5 lines
122 B
Perl

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