ANNOUNCE: Math-BigInt v1.62
[p5sagit/p5-mst-13.2.git] / lib / Math / BigInt / t / bigintpm.t
CommitLineData
58cde26e 1#!/usr/bin/perl -w
748a9306 2
58cde26e 3use Test;
abcfbf51 4use strict;
58cde26e 5
abcfbf51 6BEGIN
58cde26e 7 {
abcfbf51 8 $| = 1;
9 unshift @INC, '../lib'; # for running manually
10 my $location = $0; $location =~ s/bigintpm.t//;
11 unshift @INC, $location; # to locate the testing files
027dc388 12 chdir 't' if -d 't';
56d9de68 13 plan tests => 2527;
58cde26e 14 }
15
748a9306 16use Math::BigInt;
58cde26e 17
394e6ffb 18use vars qw ($scale $class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
abcfbf51 19$class = "Math::BigInt";
394e6ffb 20$CL = "Math::BigInt::Calc";
58cde26e 21
abcfbf51 22require 'bigintpm.inc'; # all tests here for sharing