summaryrefslogtreecommitdiff
path: root/tests/feature_check
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-03-03 20:14:02 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-03-03 20:16:59 +0300
commit89e570a5b4025976da66123032c58611f0f6cb17 (patch)
tree980d07bed8ebe2f595e6ed498e3c56df58cbbeb5 /tests/feature_check
parent5e83a75c78dc8c370b25e7ee669295854ea45130 (diff)
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".
Diffstat (limited to 'tests/feature_check')
-rw-r--r--tests/feature_check/int_big.py2
-rw-r--r--tests/feature_check/int_big.py.exp0
2 files changed, 2 insertions, 0 deletions
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
--- /dev/null
+++ b/tests/feature_check/int_big.py.exp