ANNOUNCE: Math-BigInt v1.62
[p5sagit/p5-mst-13.2.git] / lib / Math / BigInt / t / bigfltpm.t
index 5fe1917..bab134f 100755 (executable)
@@ -26,18 +26,18 @@ BEGIN
     }
   print "# INC = @INC\n";
 
-#  unshift @INC, '../lib'; # for running manually
-#  my $location = $0; $location =~ s/bigfltpm.t//;
-#  unshift @INC, $location; # to locate the testing files
-#  # chdir 't' if -d 't';
-
-  plan tests => 1325;
+  plan tests => 1643
+       + 2;            # own tests
   }
 
 use Math::BigInt;
 use Math::BigFloat;
 
-use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup);
+use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
 $class = "Math::BigFloat";
-   
+$CL = "Math::BigInt::Calc";
+
+ok ($class->config()->{class},$class);
+ok ($class->config()->{with},'Math::BigInt');
 require 'bigfltpm.inc';        # all tests here for sharing