summaryrefslogtreecommitdiff
path: root/tests/tlog10.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tlog10.c')
-rw-r--r--tests/tlog10.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tlog10.c b/tests/tlog10.c
index 48874218e..b587b68c3 100644
--- a/tests/tlog10.c
+++ b/tests/tlog10.c
@@ -35,6 +35,8 @@ main (int argc, char *argv[])
mpfr_t x, y;
unsigned int n;
+ tests_start_mpfr ();
+
test_generic (2, 100, 100);
/* check log10(10^n)=n */
@@ -56,5 +58,6 @@ main (int argc, char *argv[])
mpfr_clear (x);
mpfr_clear (y);
+ tests_end_mpfr ();
return 0;
}