summaryrefslogtreecommitdiff
path: root/dist/Math-BigRat/t/bigfltrt.t
blob: 325e6fa77e0c7c9e31928a64f2ab83ffb0a6077b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/perl -w

use strict;
use Test::More tests => 1;

BEGIN {
  unshift @INC, 't';
}

use Math::BigRat::Test lib => 'Calc';	# test via this Subclass

use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
$class = "Math::BigRat::Test";
$CL = "Math::BigInt::Calc";

pass();

# fails still too many tests
#require 't/bigfltpm.inc';		# all tests here for sharing