summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/bare_mbf.t
blob: 7c1a1214540775f7ef6ea9d5843c080afb3c11ba (plain)
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 => 3076;

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