summaryrefslogtreecommitdiff
path: root/dist/bignum/t/biinfnan.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/bignum/t/biinfnan.t')
-rw-r--r--dist/bignum/t/biinfnan.t22
1 files changed, 22 insertions, 0 deletions
diff --git a/dist/bignum/t/biinfnan.t b/dist/bignum/t/biinfnan.t
new file mode 100644
index 0000000000..f136c1e66e
--- /dev/null
+++ b/dist/bignum/t/biinfnan.t
@@ -0,0 +1,22 @@
+#!/usr/bin/perl -w
+
+###############################################################################
+
+use Test;
+use strict;
+
+BEGIN
+ {
+ $| = 1;
+ chdir 't' if -d 't';
+ unshift @INC, '../lib';
+ unshift @INC, '../lib/bignum/t' if $ENV{PERL_CORE};
+ plan tests => 26;
+ }
+
+use bigint;
+
+my ($x);
+
+require "infnan.inc";
+