Koha/testKoha.pl
2002-06-01 05:53:47 +00:00

7 lines
93 B
Perl

#!/usr/bin/perl -w
use strict;
use Test::Harness;
runtests ('t/koha.t', 't/Catalogue.t');