summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/bare_mbf.t
blob: 3d94a6cb0793ee6e33ee253e252d4a8059ed6768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- mode: perl; -*-

use strict;
use warnings;

use Test::More tests => 3070;

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