Cosmetic changes. Now identical to copy in main.
[koha.git] / testKoha.pl
blobeaf28dc66cfba4f44091bf17ab8d6488c9f4bd56
1 #!/usr/bin/perl -w
3 # $Id$
5 use strict;
6 use Test::Harness;
8 # please add many tests here
9 # Please make the test name the same as the module name where possible
11 my @tests=(
12 't/format.t',
13 't/Input.t',
14 't/koha.t',
15 't/output.t',
16 't/require.t',
20 runtests (@tests);
22 exit;
24 # $Log$
25 # Revision 1.1.2.7 2002/06/20 15:19:33 amillar
26 # Test valid ISBN numbers in Input.pm