1N/A#!/usr/bin/perl -w
1N/A
1N/Ause Test;
1N/Ause strict;
1N/A
1N/ABEGIN
1N/A {
1N/A $| = 1;
1N/A unshift @INC, '../lib'; # for running manually
1N/A my $location = $0; $location =~ s/bigintpm.t//;
1N/A unshift @INC, $location; # to locate the testing files
1N/A chdir 't' if -d 't';
1N/A plan tests => 2832;
1N/A }
1N/A
1N/Ause Math::BigInt;
1N/A
1N/Ause vars qw ($scale $class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
1N/A$class = "Math::BigInt";
1N/A$CL = "Math::BigInt::Calc";
1N/A
1N/Arequire 'bigintpm.inc'; # all tests here for sharing