summaryrefslogtreecommitdiff
path: root/mpfr/tests/tmul_2exp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr/tests/tmul_2exp.c')
-rw-r--r--mpfr/tests/tmul_2exp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpfr/tests/tmul_2exp.c b/mpfr/tests/tmul_2exp.c
index ce3b4fcb3..9b1827bc6 100644
--- a/mpfr/tests/tmul_2exp.c
+++ b/mpfr/tests/tmul_2exp.c
@@ -35,6 +35,8 @@ main (int argc, char *argv[])
{
double x, z; mpfr_t w; unsigned long k;
+ tests_start_mpfr ();
+
mpfr_init2(w, 53);
mpfr_set_inf (w, 1);
@@ -68,5 +70,6 @@ main (int argc, char *argv[])
mpfr_clear(w);
+ tests_end_mpfr ();
return 0;
}