Third in the series of branch merges. Starting to run out of easy stuff. :)
[koha_gimpoz] / testKoha.pl
1 #!/usr/bin/perl -w
2
3 use strict;
4 use Test::Harness;
5
6
7 runtests ('t/koha.t', 't/Catalogue.t');