1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!perl use strict; use warnings; use Test::More tests => 2830; 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