xref: /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbi.t (revision f1dd7b858388b4a23f4f67a4957ec5ff656ebbe8)
1#!perl
2
3use strict;
4use warnings;
5
6use Test::More tests => 4038;           # tests in require'd file
7
8use lib 't';
9
10use Math::BigInt lib => 'BareCalc';
11
12print "# ", Math::BigInt->config('lib'), "\n";
13
14our ($CLASS, $LIB);
15$CLASS = "Math::BigInt";
16$LIB   = "Math::BigInt::BareCalc";      # backend
17
18require './t/bigintpm.inc';               # perform same tests as bigintpm.t
19