#!/usr/bin/perl -w
use
Test;
use
strict;
BEGIN
{
$| = 1;
unshift
@INC
,
'../lib'
;
# for running manually
my
$location
= $0;
$location
=~ s/bigintpm.t//;
unshift
@INC
,
$location
;
# to locate the testing files
chdir
't'
if
-d
't'
;
plan
tests
=> 3093;
}
$class
=
"Math::BigInt"
;
$CL
=
"Math::BigInt::Calc"
;
require
'bigintpm.inc'
;
# all tests here for sharing