summaryrefslogtreecommitdiff
path: root/tests/tcosh.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-20 16:11:15 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-20 16:11:15 +0000
commitbd51be6f206ac602e8e2682b72b05a02416f2eb0 (patch)
treeac6ccf8a4cb0217e5ee20fe07aea381da020fdf2 /tests/tcosh.c
parent4e7a9de434990ad6cb497ab843787fcbea382f46 (diff)
downloadmpfr-bd51be6f206ac602e8e2682b72b05a02416f2eb0.tar.gz
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
Diffstat (limited to 'tests/tcosh.c')
-rw-r--r--tests/tcosh.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tcosh.c b/tests/tcosh.c
index cd9919680..f1ce72fc1 100644
--- a/tests/tcosh.c
+++ b/tests/tcosh.c
@@ -194,6 +194,9 @@ main (int argc, char *argv[])
test_generic (2, 100, 100);
+ if (getenv ("MPFR_CHECK_ALL") != NULL)
+ data_check ("data/cosh", mpfr_cosh, "mpfr_cosh");
+
tests_end_mpfr ();
return 0;
}