xref: /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/bare_mbf.t (revision eac174f2741a08d8deb8aae59a7f778ef9b5d770)
1# -*- mode: perl; -*-
2
3use strict;
4use warnings;
5
6use Test::More tests => 3070;
7
8use lib 't';
9
10use Math::BigFloat lib => 'BareCalc';
11
12our ($CLASS, $LIB);
13$CLASS = "Math::BigFloat";
14$LIB   = "Math::BigInt::BareCalc";      # backend
15
16require './t/bigfltpm.inc';             # all tests here for sharing
17