9 # to locate the testing files
10 my $location = $0; $location =~ s/bigfltpm.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";
29 # unshift @INC, '../lib'; # for running manually
30 # my $location = $0; $location =~ s/bigfltpm.t//;
31 # unshift @INC, $location; # to locate the testing files
32 # # chdir 't' if -d 't';
40 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup);
41 $class = "Math::BigFloat";
43 require 'bigfltpm.inc'; # all tests here for sharing