summaryrefslogtreecommitdiff
path: root/tests/mpcheck-template3.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpcheck-template3.c')
-rw-r--r--tests/mpcheck-template3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mpcheck-template3.c b/tests/mpcheck-template3.c
index 5d754c1..bb28a2a 100644
--- a/tests/mpcheck-template3.c
+++ b/tests/mpcheck-template3.c
@@ -40,7 +40,8 @@ FUN (mpfr_prec_t p, unsigned long n)
unsigned long errors = 0, max_err_re = 0, max_err_im = 0;
int cmp;
- printf ("Testing function %s\n", BAR);
+ if (verbose > 0)
+ printf ("Testing function %s\n", BAR);
gmp_randseed_ui (state, seed);