From 89e570a5b4025976da66123032c58611f0f6cb17 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 3 Mar 2017 20:14:02 +0300 Subject: tests/run-tests: Check for big int availability and skip related tests. Big aka arbitrary-precision integers (implemented by MPZ module) are used in tests starting with "int_big_" or ending with "_intbig". --- tests/feature_check/int_big.py | 2 ++ tests/feature_check/int_big.py.exp | 0 2 files changed, 2 insertions(+) create mode 100644 tests/feature_check/int_big.py create mode 100644 tests/feature_check/int_big.py.exp (limited to 'tests/feature_check') diff --git a/tests/feature_check/int_big.py b/tests/feature_check/int_big.py new file mode 100644 index 000000000..8b82814ae --- /dev/null +++ b/tests/feature_check/int_big.py @@ -0,0 +1,2 @@ +# Check whether arbitrary-precision integers (MPZ) are supported +1000000000000000000000000000000000000000000000 diff --git a/tests/feature_check/int_big.py.exp b/tests/feature_check/int_big.py.exp new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3