summaryrefslogtreecommitdiff
path: root/tests/mpcheck-template1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpcheck-template1.c')
-rw-r--r--tests/mpcheck-template1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mpcheck-template1.c b/tests/mpcheck-template1.c
index 734f472..b6074ee 100644
--- a/tests/mpcheck-template1.c
+++ b/tests/mpcheck-template1.c
@@ -43,7 +43,8 @@ FUN (mpfr_prec_t p, unsigned long n)
emax = FOO_EMAX;
#endif
- printf ("Testing function %s\n", BAR);
+ if (verbose > 0)
+ printf ("Testing function %s\n", BAR);
gmp_randseed_ui (state, seed);