summaryrefslogtreecommitdiff
path: root/mpfr/tests/tcmp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr/tests/tcmp2.c')
-rw-r--r--mpfr/tests/tcmp2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpfr/tests/tcmp2.c b/mpfr/tests/tcmp2.c
index 2b82f92bd..d36350ef1 100644
--- a/mpfr/tests/tcmp2.c
+++ b/mpfr/tests/tcmp2.c
@@ -281,6 +281,7 @@ main (void)
{
int i,j; double x=1.0, y, z;
+ tests_start_mpfr ();
mpfr_test_init ();
worst_cases ();
@@ -303,5 +304,6 @@ main (void)
if (y != 0.0 && y != -0.0) tcmp2(x, y, -1);
}
+ tests_end_mpfr ();
return 0;
}