summaryrefslogtreecommitdiff
path: root/tests/tfma.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tfma.c')
-rw-r--r--tests/tfma.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tfma.c b/tests/tfma.c
index d76f539ca..4bbad6a35 100644
--- a/tests/tfma.c
+++ b/tests/tfma.c
@@ -34,6 +34,9 @@ int
main (int argc, char *argv[])
{
mpfr_t x, y,z,s;
+
+ tests_start_mpfr ();
+
mpfr_init (x);
mpfr_init (s);
mpfr_init (y);
@@ -327,5 +330,6 @@ main (int argc, char *argv[])
mpfr_clear (z);
mpfr_clear (s);
+ tests_end_mpfr ();
return 0;
}