Continuing to add tests
[koha.git] / t / Amazon.t
1 # Basic compile test only at this stage, needs to be fleshed out
2
3 BEGIN { $| = 1; print "1..1\n"; }
4 END {print "not ok 1\n" unless $loaded;}
5 use C4::Amazon;
6 $loaded = 1;
7 print "ok 1\n";