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

use strict;
use warnings;

use lib 't';

use Test::More tests => 1;

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

our ($CLASS, $LIB);
$CLASS = "Math::BigRat::Test";
$LIB   = "Math::BigInt::Calc";

pass();

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