Upgrade to Math::BigInt 1.51.
[p5sagit/p5-mst-13.2.git] / lib / Math / BigInt / t / bigfltpm.t
CommitLineData
58cde26e 1#!/usr/bin/perl -w
5d7098d5 2
58cde26e 3use Test;
4use strict;
5
6BEGIN
7 {
e745a66c 8 $| = 1;
027dc388 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
b3abae2a 29 plan tests => 1585;
58cde26e 30 }
5d7098d5 31
58cde26e 32use Math::BigInt;
574bacfe 33use Math::BigFloat;
5d7098d5 34
b3abae2a 35use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
ee15d750 36$class = "Math::BigFloat";
b3abae2a 37$CL = "Math::BigInt::Calc";
58cde26e 38
ee15d750 39require 'bigfltpm.inc'; # all tests here for sharing