X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2FBreeding.t;h=e672bf1395a344fa5a9d06756a58d5ec7b81c01f;hb=cec20df6d9a863d9ee33c670970b37f62d508280;hp=36fa4288dae4df7570b4b2361cba3f0d7f70c246;hpb=f30d3c79e3816d5f19b5768e968b3762d90cd244;p=koha_fer diff --git a/t/Breeding.t b/t/Breeding.t old mode 100644 new mode 100755 index 36fa4288da..e672bf1395 --- a/t/Breeding.t +++ b/t/Breeding.t @@ -1,5 +1,14 @@ -BEGIN { $| = 1; print "1..1\n"; } -END {print "not ok 1\n" unless $loaded;} -use C4::Breeding; -$loaded = 1; -print "ok 1\n"; +#!/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::Breeding'); +} +