This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / cpan / Math-BigInt / t / bare_mbi.t
CommitLineData
6853e8af 1# -*- mode: perl; -*-
394e6ffb 2
394e6ffb 3use strict;
6b10d254 4use warnings;
394e6ffb 5
04ce75ea 6use Test::More tests => 4278; # tests in require'd file
394e6ffb 7
6b10d254 8use lib 't';
394e6ffb 9
6b10d254 10use Math::BigInt lib => 'BareCalc';
61f5c3f5 11
54b49d96 12print "# ", Math::BigInt->config('lib'), "\n";
394e6ffb 13
8729b735 14our ($CLASS, $LIB);
6b10d254 15$CLASS = "Math::BigInt";
8729b735 16$LIB = "Math::BigInt::BareCalc"; # backend
394e6ffb 17
8729b735 18require './t/bigintpm.inc'; # perform same tests as bigintpm.t