summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/bare_mbi.t
blob: 3ab9f991bb6fd00b229ea999b253ef318fe4c5d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!perl

use strict;
use warnings;

use Test::More tests => 4292;           # tests in require'd file

use lib 't';

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

print "# ", Math::BigInt->config('lib'), "\n";

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

require './t/bigintpm.inc';               # perform same tests as bigintpm.t