summaryrefslogtreecommitdiff
path: root/mpfr/tests/tset_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr/tests/tset_f.c')
-rw-r--r--mpfr/tests/tset_f.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpfr/tests/tset_f.c b/mpfr/tests/tset_f.c
index e6c5f2287..7506398cb 100644
--- a/mpfr/tests/tset_f.c
+++ b/mpfr/tests/tset_f.c
@@ -33,6 +33,8 @@ main (void)
mpf_t y, z;
unsigned long k, pr;
+ tests_start_mpfr ();
+
mpf_init(y);
mpf_init(z);
@@ -81,5 +83,6 @@ main (void)
mpf_clear (y);
mpf_clear (z);
+ tests_end_mpfr ();
return 0;
}