X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F01_autodetect.t;h=b8bfd99dc62110ba0674cb3f007156f6d0ebfb9f;hb=627a8e2fb05a744a8381c58bf5fff6492a1cff02;hp=e1f0dc851867db7250b17f0765a554dc2b702fba;hpb=50065656489ae7e83457ab2c12b6d174186339d7;p=deb_pkgs%2Flibhtml-calendarmonth-perl.git diff --git a/t/01_autodetect.t b/t/01_autodetect.t index e1f0dc8..b8bfd99 100755 --- a/t/01_autodetect.t +++ b/t/01_autodetect.t @@ -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);