]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/blobdiff - t/01_autodetect.t
add new version of libhtml-calendarmonth-perl
[deb_pkgs/libhtml-calendarmonth-perl.git] / t / 01_autodetect.t
index e1f0dc851867db7250b17f0765a554dc2b702fba..b8bfd99dc62110ba0674cb3f007156f6d0ebfb9f 100755 (executable)
@@ -1,15 +1,14 @@
 #!/usr/bin/perl
 
 use strict;
-
-my($test_count, $method);
-BEGIN { $test_count = 15 ; $method = '' }
-
-use Test::More tests => $test_count;
-
 use FindBin;
 use lib $FindBin::RealBin;
 
 use testload;
 
+my($test_count, $method);
+BEGIN { $test_count = case_count() ; $method = '' }
+
+use Test::More tests => $test_count;
+
 check_basic_with_datetool($method);