use Test;
use strict;
{
$| = 1;
# to locate the testing files
my $location = $0; $location =~ s/bigratpm.t//i;
{
# testing with the core distribution
}
if (-d 't')
{
chdir 't';
}
else
{
}
print "# INC = @INC\n";
}
$class = "Math::BigRat";
$CL = "Math::BigInt::Calc";
require 'bigratpm.inc'; # all tests here for sharing