summaryrefslogtreecommitdiff
path: root/tests/texp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texp2.c')
-rw-r--r--tests/texp2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/texp2.c b/tests/texp2.c
index 10315bf84..fe01821e1 100644
--- a/tests/texp2.c
+++ b/tests/texp2.c
@@ -36,6 +36,8 @@ main (int argc, char *argv[])
{
mpfr_t x, y;
+ tests_start_mpfr ();
+
mpfr_init (x);
mpfr_init (y);
@@ -80,5 +82,6 @@ main (int argc, char *argv[])
mpfr_clear (x);
mpfr_clear (y);
+ tests_end_mpfr ();
return 0;
}