Upgrade to Math::BigInt 1.47.
[p5sagit/p5-mst-13.2.git] / lib / Math / BigInt / t / bigfltpm.t
1 #!/usr/bin/perl -w
2
3 use Test;
4 use strict;
5
6 BEGIN
7   {
8   $| = 1;
9   # to locate the testing files
10   my $location = $0; $location =~ s/bigfltpm.t//i;
11   if ($ENV{PERL_CORE})
12     {
13     # testing with the core distribution
14     @INC = qw(../lib);
15     }
16   unshift @INC, '../lib';
17   if (-d 't')
18     {
19     chdir 't';
20     require File::Spec;
21     unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
22     }
23   else
24     {
25     unshift @INC, $location;
26     }
27   print "# INC = @INC\n";
28
29 #  unshift @INC, '../lib'; # for running manually
30 #  my $location = $0; $location =~ s/bigfltpm.t//;
31 #  unshift @INC, $location; # to locate the testing files
32 #  # chdir 't' if -d 't';
33
34   plan tests => 1325;
35   }
36
37 use Math::BigInt;
38 use Math::BigFloat;
39
40 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup);
41 $class = "Math::BigFloat";
42    
43 require 'bigfltpm.inc'; # all tests here for sharing