diff options
Diffstat (limited to 'tests/tlog.c')
-rw-r--r-- | tests/tlog.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tlog.c b/tests/tlog.c index 4d3329eb0..f08bcac67 100644 --- a/tests/tlog.c +++ b/tests/tlog.c @@ -327,6 +327,9 @@ main (int argc, char *argv[]) test_generic (2, 100, 40); + if (getenv ("MPFR_CHECK_ALL") != NULL) + data_check ("data/log", mpfr_log, "mpfr_log"); + done: tests_end_mpfr (); return 0; |