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