9 # to locate the testing files
10 my $location = $0; $location =~ s/bigratpm.t//i;
13 # testing with the core distribution
16 unshift @INC, '../lib';
21 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
25 unshift @INC, $location;
27 print "# INC = @INC\n";
34 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
35 $class = "Math::BigRat";
36 $CL = "Math::BigInt::Calc";
38 require 'bigratpm.inc'; # all tests here for sharing