summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbf.t
blob: c8184cb861025a95b577bcf1f29c87c41ddc0643 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!perl

use strict;
use warnings;

use Test::More tests => 2830;

use lib 't';

use Math::BigFloat lib => 'BareCalc';

our ($CLASS, $LIB);
$CLASS = "Math::BigFloat";
$LIB   = "Math::BigInt::BareCalc";      # backend

require './t/bigfltpm.inc';             # all tests here for sharing