summaryrefslogtreecommitdiff
path: root/dist/Math-BigRat/t/bigratpm.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Math-BigRat/t/bigratpm.t')
-rw-r--r--dist/Math-BigRat/t/bigratpm.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/Math-BigRat/t/bigratpm.t b/dist/Math-BigRat/t/bigratpm.t
new file mode 100644
index 0000000000..d0a499ce4e
--- /dev/null
+++ b/dist/Math-BigRat/t/bigratpm.t
@@ -0,0 +1,12 @@
+#!/usr/bin/perl -w
+
+use strict;
+use Test::More tests => 686;
+
+use Math::BigRat lib => 'Calc';
+
+use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
+$class = "Math::BigRat";
+$CL = "Math::BigInt::Calc";
+
+require 't/bigratpm.inc'; # all tests here for sharing