xref: /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbr.t (revision 5486feefcc8cb79b19e014ab332cc5dfd05b3b33)
1# -*- mode: perl; -*-
2
3use strict;
4use warnings;
5
6use Test::More tests => 899;           # tests in require'd file
7
8use lib 't';
9
10use Math::BigRat lib => 'BareCalc';
11
12print "# ", Math::BigRat->config('lib'), "\n";
13
14our ($CLASS, $LIB);
15$CLASS = "Math::BigRat";
16$LIB   = "Math::BigInt::BareCalc";      # backend
17
18require './t/bigratpm.inc';               # perform same tests as bigratpm.t
19