summaryrefslogtreecommitdiff
path: root/tests/tset_si.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tset_si.c')
-rw-r--r--tests/tset_si.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tset_si.c b/tests/tset_si.c
index ebe0e72b0..8a0c62a7a 100644
--- a/tests/tset_si.c
+++ b/tests/tset_si.c
@@ -35,6 +35,8 @@ main (int argc, char *argv[])
unsigned long zl, dl, N;
int inex;
+ tests_start_mpfr ();
+
mpfr_init2(x, 100);
SEED_RAND (time(NULL));
@@ -159,5 +161,6 @@ main (int argc, char *argv[])
mpfr_clear(x);
+ tests_end_mpfr ();
return 0;
}