Upgrade to Math::BigInt 1.55, from Tels.
[p5sagit/p5-mst-13.2.git] / lib / Math / BigInt / t / bare_mbf.t
CommitLineData
b3abae2a 1#!/usr/bin/perl -w
2
3use Test;
4use strict;
5
6BEGIN
7 {
8 $| = 1;
9 # to locate the testing files
10 my $location = $0; $location =~ s/bare_mbf.t//i;
11 if ($ENV{PERL_CORE})
12 {
13 # testing with the core distribution
14 @INC = qw(../t/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
56b9c951 29 plan tests => 1601;
b3abae2a 30 }
31
56b9c951 32#use Math::BigInt lib => 'BareCalc';
33#use Math::BigFloat;
34
35# use Math::BigInt; use Math::BigFloat lib => 'BareCalc';
36use Math::BigFloat lib => 'BareCalc';
b3abae2a 37
38use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
39$class = "Math::BigFloat";
40$CL = "Math::BigInt::BareCalc";
41
42require 'bigfltpm.inc'; # all tests here for sharing