xref: /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bigfltrt.t (revision 5486feefcc8cb79b19e014ab332cc5dfd05b3b33)
1# -*- mode: perl; -*-
2
3use strict;
4use warnings;
5
6use lib 't';
7
8use Test::More tests => 899;
9
10use Math::BigRat::Subclass lib => 'Calc';   # test via this Subclass
11
12our ($CLASS, $LIB);
13$CLASS = "Math::BigRat::Subclass";
14$LIB   = "Math::BigInt::Calc";
15
16# fails still too many tests
17require './t/bigratpm.inc';            # all tests here for sharing
18