Dynaloading for POSIX-BC from Thomas Dorner.
[p5sagit/p5-mst-13.2.git] / lib / Math / BigInt / t / bigintpm.t
CommitLineData
58cde26e 1#!/usr/bin/perl -w
748a9306 2
58cde26e 3use Test;
abcfbf51 4use strict;
58cde26e 5
abcfbf51 6BEGIN
58cde26e 7 {
abcfbf51 8 $| = 1;
9 unshift @INC, '../lib'; # for running manually
10 my $location = $0; $location =~ s/bigintpm.t//;
11 unshift @INC, $location; # to locate the testing files
12 # chdir 't' if -d 't';
13 plan tests => 1608;
58cde26e 14 }
15
748a9306 16use Math::BigInt;
58cde26e 17
abcfbf51 18use vars qw ($scale $class $try $x $y $f @args $ans $ans1 $ans1_str $setup);
19$class = "Math::BigInt";
58cde26e 20
abcfbf51 21require 'bigintpm.inc'; # all tests here for sharing