summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/bare_mbf.t
blob: 38fdae3c95b4f9ef99aef713fd697f2605ffed2e (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 => 2409;

use lib 't';

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

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

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