summaryrefslogtreecommitdiff
path: root/tests/tlog1p.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tlog1p.c')
-rw-r--r--tests/tlog1p.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tlog1p.c b/tests/tlog1p.c
index ed9b9645b..5f63b5834 100644
--- a/tests/tlog1p.c
+++ b/tests/tlog1p.c
@@ -32,7 +32,10 @@ MA 02111-1307, USA. */
int
main (int argc, char *argv[])
{
+ tests_start_mpfr ();
+
test_generic (2, 100, 100);
+ tests_end_mpfr ();
return 0;
}