From bd51be6f206ac602e8e2682b72b05a02416f2eb0 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Fri, 20 Jul 2007 16:11:15 +0000 Subject: Added code to check mpfr against Gonnet's tables when the environment variable MPFR_CHECK_ALL is defined (some table entries were checked by MuPAD) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4688 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/tj1.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/tj1.c') diff --git a/tests/tj1.c b/tests/tj1.c index f2a636494..d0b68c0be 100644 --- a/tests/tj1.c +++ b/tests/tj1.c @@ -79,6 +79,9 @@ main (int argc, char *argv[]) test_generic (2, 100, 10); + if (getenv ("MPFR_CHECK_ALL") != NULL) + data_check ("data/j1", mpfr_j1, "mpfr_j1"); + tests_end_mpfr (); return 0; -- cgit v1.2.1