summaryrefslogtreecommitdiff
path: root/tests/tfma.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tfma.c')
-rw-r--r--tests/tfma.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tfma.c b/tests/tfma.c
index 01697699e..2f064735e 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -779,8 +779,13 @@ main (int argc, char *argv[])
test_underflow1 ();
test_underflow2 ();
test_underflow3 (1);
+
set_emin (MPFR_EMIN_MIN);
set_emax (MPFR_EMAX_MAX);
+ test_overflow1 ();
+ test_overflow2 ();
+ test_underflow1 ();
+ test_underflow2 ();
test_underflow3 (2);
set_emin (emin);
set_emax (emax);