summaryrefslogtreecommitdiff
path: root/tests/ttan.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/ttan.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/ttan.c')
-rw-r--r--tests/ttan.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ttan.c b/tests/ttan.c
index 85d4d762e..e3ce8c11c 100644
--- a/tests/ttan.c
+++ b/tests/ttan.c
@@ -155,6 +155,9 @@ main (int argc, char *argv[])
test_generic (2, 100, 10);
+ if (getenv ("MPFR_CHECK_ALL") != NULL)
+ data_check ("data/tan", mpfr_tan, "mpfr_tan");
+
tests_end_mpfr ();
return 0;
}