summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-05-19 14:04:46 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-05-19 14:04:46 +0000
commit8f489ce89da85afc819a91c1861e5f000786b350 (patch)
tree1a3890b1043a93dcbdb0d31779634403b4523943
parentd996f9d15efccd18226594f824620f457dada035 (diff)
downloadmpfr-8f489ce89da85afc819a91c1861e5f000786b350.tar.gz
[doc/README.dev] Added MPFR_TESTS_FPE_TRAP documentation.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11508 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--doc/README.dev4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/README.dev b/doc/README.dev
index 2c87e106b..2b8987d80 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -481,6 +481,10 @@ List of macros used for checking MPFR:
check that all divisions by 0 have been protected
in the tests (so that tests can pass on platforms
where the floating-point division by 0 fails).
++ MPFR_TESTS_FPE_TRAP: Define to trap the FE_DIVBYZERO and FE_INVALID
+ exceptions; MPFR_TESTS_FPE_DIV needs to be defined
+ too, and MPFR_ERRDIVZERO should be defined as well
+ to avoid spurious traps (see above).
+ MPFR_TESTS_TIMEOUT: Define to enable timeout in the tests. Its value
contains the default timeout (in seconds), or 0
for no timeout by default, and can be overridden